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: Multilevel Inheritance, Multiple Inheritance
Category:
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: Multilevel Inheritance, Simple Inheritance
Category:
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: Inheritance in Java, Java Extends, Java Inheritance, Multilevel Inheritance, Simple Inheritance
Category: