Question: Task 3 table [ [ Restaurant ] , [ name: string ] , [ location: string ] , [ reviews [ 2 ] :

Task 3
\table[[Restaurant],[name: string],[location: string],[reviews[2]: Review],[restaurant()],[printRestaurant():void]]
\table[[Review],[rating: double],[details: string],[author: Author],[Review()],[printReview():void]]
\table[[Author],[username: string],[Author()],[printAuthor():void]]
Each class has a default constructor as shown in the UMLs and a method that displays its details as shown in the sample output.
The restaurant has 2 reviews, and each review has an author.
SAMPLE OUTPUTa. Write a C++ code to design each class.b. Write the main function that will do the following steps:a. Create a Restaurant object.b. Call the necessary method(s) to print the details of the restaurant and its reviews.
 Task 3 \table[[Restaurant],[name: string],[location: string],[reviews[2]: Review],[restaurant()],[printRestaurant():void]] \table[[Review],[rating: double],[details: string],[author: Author],[Review()],[printReview():void]] \table[[Author],[username:

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!