Question: TestHarness - Create a List / vector - Create 3 total IceCream* instances out of IceCreamCup/IceCreamCone//3 total, so 2 cups & a cone, 2 cones
TestHarness - Create a List / vector - Create 3 total IceCream* instances out of IceCreamCup/IceCreamCone//3 total, so 2 cups & a cone, 2 cones & a cup.Create at least one instance of cup & at least one of coneAdd 3 toppingsVerify your logic works by trying to add a banana to a cone and a bonnet to a cupAdd each of your IceCream instances to your List/vectorIterate thru your List/vector* displaying all attributes of each yummy treat in full C++ implementation: Delete your objects after use o Make sure both the derived and base class parts of the object are deleted!
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
