The moose likes OO, Patterns, UML and Refactoring and the fly likes oops concept clarification Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Engineering » OO, Patterns, UML and Refactoring
Reply Bookmark "oops concept clarification" Watch "oops concept clarification" New topic
Author

oops concept clarification

Sisti Deb
Greenhorn

Joined: Aug 01, 2007
Posts: 28
Hi,

Can anyone suggest me a good book for learning object oriented programming concepts- encapsulation,abstraction,polymorphism, inheritence.

I want to know like where it is implemented in java (particularly for abstraction), seen in many sites through google found only definitions and some raw examples.
Like for abstraction it is -- hiding the not required things and giving importance to the what is required. i want to know where we should see to realise thiese in java code,
if you say in abstract class then how...etc etc questions i want to clarify.
Kindly help me with books .

Thanks
sisti



Rakesh Chaudhary
Ranch Hand

Joined: Feb 19, 2008
Posts: 118

I think Head First OOAD will be a great book to start with................if you know programming concepts


Acquire the unexpected.......
Preparing for SCJP 6
Muhammad Khojaye
Ranch Hand

Joined: Apr 12, 2009
Posts: 341
Effective Java recommended.


http://muhammadkhojaye.blogspot.com/
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: oops concept clarification
 
Similar Threads
meaning of Abstraction?
what is the use of abatraction?
Really basic question!
DB abstraction summary? Making sense of the offerings...
what is Abstraction