previous | index | next

Implementing Subclasses

Top-level form of the OxfordShirtInfo class definition:
  class OxfordShirtInfo: public ItemInfo { ... }
The part in red indicates that:

previous | index | next