Guess the Programming Language

RBX

In the zone
Guys I want to know which are the books which best explain the Object-Oriented concepts. I am a fresher . Just completed BE(IT) from Mumbai university. I am asking this because one of my friend recommended to learn Oops concepts in order to get a job. But my academic score is very poor and also I somehow managed to complete the exam. Any online tutorials or if any one of u is an instructor please tell me. Thankyou

This could use a different thread but to answer your question try these books in order:
Head First OOA&D (This is fairly old book, and uses Java 5. Try modifying the code to use generics for better design).
Head First Design Pattern

Also try Code Complete for learning how to construct high quality code. There is also a book 'The Object-Oriented Thought Process' which you might want to read (currently in my To-Read list, so can't comment on how good it would be).
 
Top Bottom