Concept

What is a subclass?

A subclass inherits all of the data (instance variables) and functions (methdods) of the superclass. Typically, subclasses and superclasses are related in a generalization-specialization relationship: The subclass is-a specialization of the superclass.

References to this concept: