OxfordShirt shirt = new OxfordShirtInfo(49.99, "Navy blue", 15, 33); shirt->display();
The item's price is 49.99 The item's color is Navy blue
Q: Why does an OxfordShirtInfo object accept a message to display itself?
A: