You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Library Management System
A simple library system using Object-Oriented Programming in Java.
## Features
- Add books
- Show all books
- Issue books
- Return books
## Concepts Used
- Abstraction
- Inheritance (if extended later)
- Encapsulation
- Polymorphism (can be shown by overriding `toString()` or extending classes)