...

/

Multiple Inheritance

Multiple Inheritance

In this lesson, we'll learn about multiple inheritance.

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 class. It is different from single inheritance, where an object or class may only inherit from one particular object or class.

General rules of multiple inheritance

...