This mini-project includes the following Java classes: Book.java – Represents a book in the library. User.java – Represents a library user. Library.java – Manages the collection of books and users.
A Library Management System made using the concepts of Object Oriented Analysis and Design. Minimal Code is written in the GUI and the entities are decoupled as well. The interface is console based.