single inheritance

In object-oriented programming, the restriction that a class can have only one superclass in the class hierarchy.

The opposite is multiple inheritance.