Question: In this project, we develop a library database that creates an easier interface for the customers to search for the books they need. Every book
In this project, we develop a library database that creates an easier interface for the customers to search for the books they need. Every book will have following details:
Author First name, last name
Tile
Year Published
Publisher name
Genre
Rating
Price
UML
Book
tableBook author: Authortile: String year: int publisher: String genre: String rating: double price: double Book Bookauthor tile, year, publisher, genre, rating, priceAccessor and mutator methodstoString: String
Author
Author
firstName: String
lastName: String
Author
AuthorfirstName lastName
Accessor and mutator methods
toString: String
BookDatabase
tableBookDatabasebooks : ArrayList
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
