Design a simple Library Management System using OOP concepts in JAVA. Create at least 4 classes excluding test class. Al
Posted: Wed Apr 27, 2022 3:49 pm
Design a simple Library Management System using OOP concepts in JAVA. Create at least 4 classes excluding test class. All content and output belongs to you. You can code the solution however you want, using at least three OOP concept You should define an abstarct borrow method that takes a parameter as a da In your test class you should create at least 3 different objects. The prompt messages for the user and outputs are entirely up to you. You sh your own solutions.
ople classes : Book, Item, User, Staff, Customer, Author, Location. aple methods: add, delete, update, display, search, borrow, notify. ple variables: name,date,title,ISBN.
ople classes : Book, Item, User, Staff, Customer, Author, Location. aple methods: add, delete, update, display, search, borrow, notify. ple variables: name,date,title,ISBN.