What Are Different Types of Inheritances - LeetCode Discuss
What Are Different Types of Inheritances - LeetCode Discuss
When a single derived class is created from a single base class then the inheritance is called as sing
Hierarchical Inheritance
When more than one derived class are created from a single base class, then that inheritance is call
such kind of inheritance one class is inherited by many sub classes. In the example, class B, C and D
parent class (or base class) of B, C and D.
Multi-Level Inheritance
When a derived class is created from another derived class, then that inheritance is called as multi l
inheritance refers to a mechanism in object oriented technology where one can inherit from a derive
l th b l f th l A i fi C i b l hild l f B d