inheritance


Inheritance defines an "is-a-kind-of" hierarchy among classes in which a subclass inherits operations and data structures from one or more superclasses. A subclass typically augments or redefines the existing structure and behaviour of its superclasses.


Course References:

Inheritance