| 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/
|
 |
 |
|
|
subject: oops concept clarification
|
|
|