Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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.
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Hands On Database

Authors: Steve Conger

1st Edition

013610827X, 978-0136108276

More Books

Students also viewed these Databases questions