This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes Beginning Java and the fly likes OOPS Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Beginning Java
Reply Bookmark "OOPS" Watch "OOPS" New topic
Author

OOPS

Ajay Selvam
Greenhorn

Joined: Sep 16, 2007
Posts: 6
Hi,
I am entirely new to java platform.
I need a help.I know the principles of OOPS.
Abstraction,Encapsulation,inheritance and polymorphism.
But,i need a example code for these principles to understand.
anyone please send me a simple code to understand the concepts.
Please anyone help me.

Thank you.
Ravikanth kolli
Ranch Hand

Joined: Feb 10, 2008
Posts: 179

The best way is to work it out rather than asking for examples. As you mention that you know what each of the terms mean, it should not be very difficult to get writing a little code.
If you need any explanations in that please do post your work and we are more than happy to help you.


-kolli
Shashank Agarwal
Ranch Hand

Joined: May 20, 2004
Posts: 105
I would recommend getting a book which talks about Data structures in Java. That's how I got the 'Aha' of OOPS (via C++ actually).
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: OOPS
 
Similar Threads
oops in real time
Anyone take the AP computer science course?
how to make a basic search engine for an intranet
Object-oriented Design in Java book
Basic GUI principles