Question: c + + pizaa program Define a class called Pizza that has member variables for the type of pizza ( deep dish, hand tossed, or
c pizaa program
Define a class called Pizza that has member variables for the type of pizza deep
dish, hand tossed, or pan size small medium or large and the number of
toppings. Include mutator and accessor functions for your class. Create a function
that will output a description of the pizza. Include a function that will calculate the
price of your pizza: small is $ medium is $ and large is $ Each
topping costs $
Define an order class that contains a private vector of type Pizza. This class
represents a customers entire order where the order can consists of multiple
pizzas hence the vector customer name, and phone number. Include
appropriate functions so that a user of the order class can add pizzas to the order.
Include a function that outputs the entire order along with the total price. Allow
your program to add multiple pizzas to an order.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
