This is a simple Library Management System I built using Java. It’s a console-based mini project where I used OOP concepts to manage books and users. Book [id=1, title=Java Basics, author=James ...
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.