Introduction to OOP: Chapter 14 : Polymorphism
[previous]
[audio]
[real]
[text]
Efficiency and Polymorphism
-
Programming always involves compromises.
-
Polymorphism is a compromise between efficiency and ease of development,
use and maintanence.
-
Ask yourself, whos time is more important - yours or the computer?
Intro OOP, Chapter 14, Slide 22