Introduction to OOP: Chapter 14 : Polymorphism [next] [previous] [audio] [real] [text]

Pure Polymorphism

Many authors use pure polymorphism to mean functions that have polymorphic arguments.

Most methods in a framework will use pure polymorphism.

Intro OOP, Chapter 14, Slide 19