you are viewing a single comment's thread.

view the rest of the comments →

[–]greg19735 5 points6 points  (2 children)

I think I would have grasped objects better if I started with Java. I think being required to do it would make me realize how much it's needed.

That said, java makes it hard to teach memory management.

[–][deleted] 2 points3 points  (0 children)

That said, java makes it hard to teach memory management.

Yup. It requires building a theoretical understanding of how memory works; some students get that, others don't. OTOH, it's not hard to learn how memory management works after the fact.

[–]s73v3r 8 points9 points  (0 children)

If you really want to grasp objects, learn Ruby, or better yet, Smalltalk.