Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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
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