Click here to Skip to main content
15,895,084 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more: (untagged)
I struggle to become familiar with classes and objects.

In the past I tried to learn the following languages: C++, python, vb.net from books and I always struggle when it comes to object oriented text.

What I look for is the easiest and most comprehensive textbook or web reference, in any programming language, to understand object orient programming.

Cheers
Posted

Object Oriented Principles will remain the same regardless of Language. Only syntax may differ.

Have a look at this link.
http://download.oracle.com/javase/tutorial/java/concepts/

After above tutorial you may refer below CodeProject Article to more dig into Object Oriented concepts.
How I explained OOD to my wife
 
Share this answer
 
v2
Comments
Uday P.Singh 3-Nov-11 9:03am    
my 5+
RaisKazi 3-Nov-11 9:05am    
Thank you Uday. :)
Yes as RaisKazi answered the OOPs concept remains the same only the syntax may vary for different languages. Hence don't try to change the language, try to learn the concept with any one OOPs language.
Check this out:

Introduction to Object Oriented Programming Concepts (OOP) and More[^]

hope it helps :)
 
Share this answer
 
v2
Comments
RaisKazi 3-Nov-11 9:06am    
Nice Article Link. I wonder how I could not found it till date. :)
Uday P.Singh 3-Nov-11 9:10am    
thanks RaisKazi for 5, yeah it was in my bookmarks.
RaisKazi 3-Nov-11 9:13am    
yup, I too added it to my Bookmarks now. :)
Bala Selvanayagam 3-Nov-11 9:19am    
5ed and bookmaked too, nice one.
Uday P.Singh 3-Nov-11 9:23am    
thanks Bala :)
.NET Book Zero[^] is a teaching aid that I found extremely helpful.
 
Share this answer
 
Go for Head First Series Java Book. It is having a little different learning style than most books, but a very easy read and delivers good OOP Java concepts which can be applied irrespective of any programming language.

After this you can go for Head First - Object-Oriented Analysis and Design followed by Design patterns.

Happy Reading
 
Share this answer
 
first change your mindset..

which one know you , follow from that ...

definitely you will get soon...
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900