2
Answers

object oriented programing questions

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)