Posts Tagged ‘Multilevel Inheritance’

Multilevel Inheritance in Java

Posted on November 12th, 2008, by Manoj Shah

It is the enhancement of the concept of inheritance. When a subclass is derived from a derived class then this mechanism is known as the multilevel inheritance. The derived class is called the subclass or child class     read more…

Tags: ,

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: , , , ,