Question: in C++ please Define a class called Pizza that has member variables to track the type of pizza (either deep dish, hand tossed, or pan)

in C++ please in C++ please Define a class called Pizza that has member variables

Define a class called Pizza that has member variables to track the type of pizza (either deep dish, hand tossed, or pan) along with the size (either small, medium, or large) and the number of pepperoni or cheese toppings. You can use constants to represent the type and size. Include mutator and accessor functions for your class. Create a void function, output Description) that outputs a textual description of the pizza object. Also include a function, computePrice) that computes the cost of the pizza and returns it as a double according to the following rules: Small pizza - $10+ $2 per topping Medium pizza - $14 $2 per topping Large pizza - $17+$2 per topping Write a suitable test program (main function) that creates and outputs a description and price of various pizza objects

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!