object oriented programing questions

Feb 26 2021 10:15 AM
Create a Book Structure that contains the Title, Author, and ISBN fields.
Then create a Library class that contains a collection of your books
Write methods for adding books and finding books.

Answers (2)