Can someone please help me with these C++ codes? This is abeginners class, so can it be simple and with some comments on thecode as well? Thank you in advance!! Please comment andexplain as well!
1. Define a class called Pizza that has membervariables to track
• the size (either small, medium, or large)
• the number of toppings
Use enum type to represent the size of pizza. Include mutatorand accessor functions for your class. Create two member functions:outputDescription that will output the description of the pizzaobject and computePrice that computes the cost of the pizza andreturns it as a double according to the
OR
OR