05 October 2010

0 What is Inheritance in Java OOP?

Inheritance is the feature by which one class can acquires the properties and functionality of another class.

           Inheritance is important as it supports the concept of hierarchical classification. Inheritance provides the idea of re-usability of code and each sub class defines only those features that are unique to it.


0 comments:

Feeds Comments

Please give your valuable comments.