Multiple inheritance

множественное наследование в ООП - форма наследования, при которой класс (а следовательно и объект) может иметь более одного суперкласса (superclass) Смотри также: class, inheritance Антоним(ы): single inheritance

Англо-русский словарь компьютерных терминов

Multiple inheritance

In object-oriented programming, the possibility that a class may have more than one direct superclass in the class hierarchy. The opposite is single inheritance.

Free Online Dictionary of Computing