Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Task 3 table [ [ Restaurant ] , [ name: string ] , [ location: string ] , [ reviews [ 2 ] :
Task
tableRestaurantname: stringlocation: stringreviews: ReviewrestaurantprintRestaurant:void
tableReviewrating: doubledetails: stringauthor: AuthorReviewprintReview:void
tableAuthorusername: stringAuthorprintAuthor: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 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 methods to print the details of the restaurant and its reviews.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started