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

Resolving Overloaded Names

This type of overloading is resolved by looking at the type of the receiver.

Allows the same name to be used in unrelated classes.

Since names need not be distinct, allows short, easy to remember, meaningful names.

Intro OOP, Chapter 15, Slide 05