previous | index | next

Implementing Polymorphism

The ItemInfo class must have display declared in it.

But the OxfordShirtInfo and ChinoInfo classes must supply specific versions of display.

This can be done by:

previous | index | next