Introduction to OOP: Chapter 14 : Polymorphism
[next]
[previous]
[audio]
[real]
[text]
Portable Algorithms
-
A framework allows the programmer to carry whole algorithms from
one project to the next.
-
High - level details are shared
-
Traditional libraries only permit low level functions to be shared.
Intro OOP, Chapter 14, Slide 16