Posts Tagged ‘Simple Inheritance’

Java Simple Inheritance

Posted on November 12th, 2008, by Manoj Shah

When a  subclass is derived simply from it’s parent class then this mechanism is known as simple inheritance. In case of simple inheritance there is only a sub class and it’s parent class. It is also called     read more…

Tags: ,

Java Inheritance

Posted on November 12th, 2008, by admin

To know the concept of inheritance clearly you must have the idea of class and its features like methods, data members, access controls, constructors, keywords this, super etc.

As the name suggests, inheritance means to take something that     read more…

Tags: , , , ,