Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Suppose we want to model an online library system. The library has books and members. Each book has a name, an author, a summary, and

Suppose we want to model an online library system. The library has books and members. Each book has a name, an author, a summary, and a unique ISBN number. A book can have several copies (instances) with publisher imprint, a due date, and an availability status. Each member has a name, a unique ID, and an address. The library has a large collection of books and enrolled members. Further, the library has a name, an address, and an Org ID for tax purposes. A member can borrow books and return the borrowed books. For both actions, the library will first verify the member by checking their borrow score and will also verify the presence/absence of the book in the library. A library member cannot borrow multiple copies of the same book, but they can borrow multiple copies of different books. Note every time a member returns a book on time their borrow score increases by 1 and each time they are late their score decreases by 2. A negative borrow score will prevent a member from borrowing books.
Draw a Class Diagram to model the system.
Upload the file with your diagram to the thread.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions

Question

Identify how culture affects appropriate leadership behavior

Answered: 1 week ago