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

No packages published

Languages