single inheritance

single inheritance

The property of an object-oriented language which restrictsa sub-class to be derived from only one parent. Opposite ofmultiple inheritance.

single inheritance

In object-oriented programming, a class that has no more than one parent. Contrast with multiple inheritance.