Polymorphism of subclasses

A function inherited by a subclass may behave differently than the function of the superclass.

The subclass is said to override the function of the superclass.