Introduction to OOP Chapter 1: Thinking Object-Oriented : next previous audio real text

Elements of OOP - Overriding

Subclasses can alter or override information inherited from parent classes:

Inheritance combined with overriding are where most of the power of OO originates.

Intro OOP, Chapter 1, Slide 29