previous | index | next

Inheritance

Now the client code:
  OxfordShirt shirt = new OxfordShirtInfo(49.99, "Navy blue", 15, 33);
  shirt->display();
will produce:
  The item's price is 49.99
  The item's color is Navy blue

previous | index | next