Concept

What is a superclass?

A superclass provides data (instance variables) and functions (methdods) to be inherited by the sbuclass. Typically, subclasses and superclasses are related in a generalization-specialization relationship: The subclass is-a specialization of the superclass.

References to this concept: