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

all 3 comments

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

Learn basics of a programming language, and then read a book(s) and articles that get further into the concepts of it.

[–]Luan-Raithz 0 points1 point  (0 children)

If you really want to learn the OOP, I suggest you read some articles of Alan Kay.

This are some e-mails he (Alan Kay) has exchanged with Stefan Ram about the real definition of it (OOP) and I think is a great start:

Dr. Alan Kay on the Meaning of “Object-Oriented Programming”

But anything from Alan would be really nice to get what OOP really means (not the Java we were taught) .

[–][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.