|home| previous lesson

Further Reading

know more

Right now, you have gone through a very important process. If you feel comfortable with the previous lesson, you are ready to know more in the area of object-oriented programming.

The four main concepts are involved in OOP:

  1. Abstraction
  2. Encapsulation
  3. Inheritance
  4. Polymorphism

Abstraction involves interface definition and abstract class.

Encapsulation involves access control of member methods and fields with access modifiers like public, protected, private, etc.

Inheritance involves how extends and implements work.

Polymorphism means "many forms", involving variable passing, overloading, overriding, etc.

To grasp these concepts, you need to spend more time to learn and practise.

Any question about OOP? Please send your comments or suggestions to javacamp.org or fill the following feedback. Thanks for your reading.


Reader's Feedback
 
Very worth reading Worth reading Not worth reading
Your email address:
Any comments? Please let us know.
   
 

previous lesson |home|