Question: Please create UML drawing for the below: + - - - - - - - - - - - - - - - - -
Please create UML drawing for the below:
Book
title: String
author: String
price: double
quantity: int
getTitle: String
getAuthor: String
getPrice: double
getQuantity: int
setTitletitle: String
setAuthorauthor: String
setPriceprice: double
setQuantityquantity: int
TraditionalBook BookOnCD
containsMusic: boolean
v
Publisher
name: String
address: String
addBookBook: book
removeBookBook: book
updateBookPriceBook: book, newPrice: double
v
Customer
customerID: int
name: String
paymentMethod: String
purchaseBookBook: book
addPaymentMethodpaymentMethod: String
viewPurchasedBooks
v
Inventory
books: List
totalBooks: int
addBookToInventoryBook: book, quantity: int
removeBookFromInventoryBook: book, quantity: int
updateInventory
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
