A type of inheritance that permits a class to have more than one super class and to inherit features from all ancestors.
Multiple inheritance that permits a class to have more than one super class and to inherit features from all ancestors.
Inheritance is the mechanism of basing an object or class upon another object or class (class based inheritance), retaining similar implementation.
Multiple inheritance is a feature of some object-oriented computer programming languages in which an object or class can inherit characteristics and features from more than one parent object or parent class.
multiple inheritance allows a child class to inherit from more than one parent class.