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
1 UML
1.1 Book
\table[[Book],[- author: Author],[-tile: String],[- year: int],[- publisher: String],[- genre: String],[- rating: double],[- price: double],[+ Book()],[+ Book(author, tile, year, publisher, genre, rating, price)],[//Accessor and mutator methods],[+toString(): String]]
1.2 Author
Author
firstName: String
-lastName: String
Author()
+Author(firstName, lastName)
//Accessor and mutator methods
+toString(): String
1.3 BookDatabase
\table[[BookDatabase],[-books : (ArrayList
 In this project, we develop a library database that creates an

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!