Item item = new ItemInfo; cout << "The item's price is " << item->getPrice() << endl; cout << "The item's color is " << item->getColor() << endl;