Introduction to OOP Chapter 15: Overloading : next previous audio real text

Redefinitions

A redefinition occurs when a child class changes the type signature of a method in the parent class.
Two different types of rules are used to resolve name:
Intro OOP, Chapter 15, Slide 11