top of page

Inheritance

*The prosess of accuring all the methods of parents class by child class is called inheritance.

In java The parent class is called base class and child class is called derived class.

bottom of page