Question: Using the class diagram developed in week 5. 1. Create the class definition for all classes listed in your class diagram Your class should contain:

Using the class diagram developed in week 5.

1. Create the class definition for all classes listed in your class diagram Your class should contain:

2. data members are private, public or protected

3. class set and get methods for class attributes

4. At least one additional class method of your choice

5. 2. Create implementation files for all your selected class methods. o Create get and set methods for all class attributes in your program

3. Modify your test file (main method) to test each all class method for each class in program. Your test file should create at least one object for each class and test all set and get methods for each object Submit the code, screen shots of your execution and a short description of your experience writing your code. Use the lab assignment template to insert these details. Additionally, attach your C++ project for each lab in one compressed zip folder. You must attach the full projects to receive credit. Each student should have a total of 3 submissions (lab assignment template and compressed zip folder containing projects for each lab). Lab Assignment Template (completed all sections correctly) 50 Compressed zip folder (contains all projects, completed correctly without errors) 40 Comments included in code 10 TOTAL 100 pizza order system name : string phone number: int address number: int verify login ) : bool customer employer name: string phone number: int address : string email: string employer name : string phone number : int worker ID : int register() login verify login ) : bool order details order order ID : int cost amount : int quantity amount : int view menu: enum topping : enum size : string #payment : int payment details 0 pick up deliver

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 Programming Questions!