A class can inherit the properties and behavior from another class. An inheriting class is also known as a subclass.

Racecar is a subclass of Car; it inherits the properties and behavior (color, basically) from its superclass.

That doesn't look right, does it?