Skip to content

saikishore2410/Library-Management-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📚 Library Management System (OOP in Java)

🔹 Objective

A mini library management system built using Java OOP concepts.
Covers Abstraction, Encapsulation, Inheritance, and Polymorphism.

🔹 Classes

  • Book – Stores book details and issue status.
  • User – Represents library members and tracks issued books.
  • Library – Manages books, users, issue & return operations.
  • Main – Entry point to test the system.

🔹 Features

✅ Add books and users
✅ Issue and return books
✅ Display all books and users
✅ Encapsulation via private fields + getters/setters
✅ Polymorphism using toString() method

🔹 Example Run

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages