Question: Write a C++ function to display a list of all books that are published by the author Sara Smith. Use the following class diagram Only

 Write a C++ function to display a list of all books

Write a C++ function to display a list of all books that are published by the author Sara Smith. Use the following class diagram Only to solve the problem. Note: Submit the function in a pdf or doc format. Book -itle: string -borrowed: boolean -authors: Author [ +Book (tide, authors get title 0: string get authors 0: Authorl tis borrowed (0: boolean +set tide(tide): void +set_authors(Authors): void Author -name: string -email: string +Author (name, email) get name 0: string +get email 0: string +set name (name): void +set_email (email): void

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!