single inheritance

Advertisement

Free On-line Dictionary of Computing

single inheritance

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

The opposite is multiple inheritance.

(2014-09-06)

Advertisement