Introduction to OOP: Chapter 14 : Polymorphism
[next]
[previous]
[audio]
[real]
[text]
Deferred Methods
-
A deferred method is a generalization of overriding.
-
Parent class names method, but provides no implementation.
-
The child class must provide an implementation.
-
Usually combined with other techniques.
Intro OOP, Chapter 14, Slide 17