Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

An Assignment (project) in java programming Write a code for library mangement system you might use input validation and interface it should do the the

An Assignment (project) in java programming
Write a code for library mangement system you might use input validation and interface it should do the the functionalities :
Add a book or journal
Add a student or staff or faculty
Borrow a book
Return a book
......... etc
image text in transcribed
image text in transcribed
image text in transcribed
Library Svstem Proiect The library at the University stores different items that can be borrowed, including books and journals. The library offers this service to university members who include: students, staff and faculty members, but only faculty members can borrow journals. Students can borrow up to a maximum of 5 books and staff can borrow up to a maximum of 7 books, and faculty member can borrow up to a maximum of 10 books and 3 journals. When a user borrows a book, they provide their Id, if this is valid their loan details are checked to ensure that they have not already borrowed above the maximum permitted number of books. The following is a brief class diagram that describes classes in this system and their relationships. Date day Borroweditem dateOfBorro Item callNumber SBN year Libraryltem ber Un iD name email Student Journal issuNo Book work-phone home-phone author2 author3 publisher Staff FacultyMember college rtment

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_2

Step: 3

blur-text-image_step3

Ace Your Homework with AI

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

Get Started

Recommended Textbook for

Concepts Of Database Management

Authors: Philip J. Pratt, Joseph J. Adamski

4th Edition

ISBN: 0619064625, 978-0619064624

More Books

Students also viewed these Databases questions

Question

4. Identify the challenges facing todays organizations

Answered: 1 week ago