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 moreWhat is the use of inheritance?
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 more