Question: The task is to develop a system to manage all the functions of a library. The system involve maintaining the database for entering new books
The task is to develop a system to manage all the functions of a library. The system involve maintaining the database for entering new books and recording books that have been borrowed with their respective due dates. A member who would like to check-out a book will follow the following steps: (i) Member enter their ID card (ii) Member enter the barcode of the book (iii) System checks the number of books issued to the member whether it exceeds the maximum limit (iv) System creates book checkout transaction by updating the status of the book to 'Loaned' (v) System increments number of books issued to the member (vi) System sends check out information to Member. Draw the UML sequence diagram for member check out process.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
