tags:

views:

36

answers:

3

I am looking for a really good learning resource for OOP if anyone can tell me please? I have found several on JAVA but I am not learning Java, I just want the fundamentals of OOP so that it gives me a good base to work from for any other language.

Any recommendations?

Thanks!

+1  A: 

have look to this :

Head First Object-Oriented Analysis and Design

Pranay Rana
According to the cover, it will 'load important OO design principles straight into your brain', so you don't even have to read it!
Pete Kirkham
+1  A: 

Perhaps you should consider reading this book first:

http://oreilly.com/catalog/9780596008673

And then continue on onto learning a specific language. That way you'll understand most of the basics.

Greetings,

Lewion

Lewion
A: 

I know it's Wikipedia, but to be honest, they are pretty good resources and available to you right now.

Honestly, I think Java is an excellent programming language to start off and learn OOP with.

Good luck!

http://en.wikipedia.org/wiki/Object-oriented_programming

http://en.wikipedia.org/wiki/Design_pattern_%28computer_science%29

I bought this book and I was honestly surprised at how well it discusses OOP. It's big and scary, but if you take your time, you'll be all set.

http://www.amazon.com/gp/product/0136123716/ref=oss_product

Michael Stone