First page Back Continue Last page Graphics
POLYMORPHIC CLEAR
Previous function shows a good example of polymorphism.
The message clear was sent to two different objects.
These two different objects responded to the message in two different ways.
hw.clear (cleared out the homework vector)
in.clear (cleared out the input stream system)