multiple inheritance


multiple inheritance

(programming)In object-oriented programming, thepossibility that a sub-class may be derived from multipleparent classes which are themselves not derived one from theother.

multiple inheritance

In object-oriented programming, a class that can contain more than one parent. Contrast with single inheritance.