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 single inheritance or one level inheritance.
eg.
class A { |


No comments
Category: