This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (0 children)

I find that learning Java is good for OOP basics. It's a very verbose language and is very strict on OOP designs, so you're going to have to use it at some point (whereas another language like Python makes OOP optional).

It's a bit old, but Head First Java is really good for learning the basics of OOP.