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 blueHowever, the display method is not in the OxfordShirtInfo class.
Q: Why does an OxfordShirtInfo object accept a message to display itself?