Inheritance is used to use the existing features of class . It is used to achieve runtime polymorphism i.e method overriding. Using inheritance, we can organize the information in a hierarchal form.
Read moreWhat is an inheritance type?
Inheritance is the process of creating a new Class, called the Derived Class , from the existing class, called the Base Class . … Hierarchical Inheritance . Hybrid Inheritance . Multipath inheritance . Multiple Inheritance .
Read more