одиночное [единичное] наследование в ООП - форма наследования, при которой каждый класс имеет не более одного обобщения, т. е. один суперкласс Смотри также: inheritance, multiple inheritance, OOP, superclass
In object-oriented programming, the restriction that a class can have only one superclass in the class hierarchy. The opposite is multiple inheritance.