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

A Definition of Overloading

We say a term is overloaded if it has two or more meanings.

Most words in natural languages are overloaded, and confusion is resolved by means of context.

Same is true of OO languages. There are two important classes of context that are used to resolve overloaded names

Intro OOP, Chapter 15, Slide 02