Question
Create a class called Book, Author and BookManager The Book class should have the following fields: title, genre, number pages The Author Class should have
Create a class called Book, Author and BookManager
The Book class should have the following fields: title, genre, number pages
The Author Class should have the following field names: Author name and List
Create a text file called book.txt with id, title, genre, number, no of pages For example 1,The greatest Adventure, non fiction, 234,Isacc Asimov
2,Robot, science fiction, 513,Isacc Asimov
3,US History, non fiction, 453,David Tom
In the Book Manager class, create a method that load the book information from the text file called book.txt.
Then provide methods that allow a user to search by title or author and display the content of the object
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