Skip to content

# Library System (Java) A simple Java console program that simulates a library borrowing system. It uses classes, constructors, and arrays to track borrowing history and check limits. ## Features - `LibraryUser` class with encapsulation - Constructor overloading - 2D array to store borrowing history - Borrowing limit check

Notifications You must be signed in to change notification settings

SidraTulMuntaha-10/LibrarySystem.java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Library System (Java)

A simple Java console program that simulates a library borrowing system.
It uses classes, constructors, and arrays to track borrowing history and check limits.

Features

  • LibraryUser class with encapsulation
  • Constructor overloading
  • 2D array to store borrowing history
  • Borrowing limit check

About

# Library System (Java) A simple Java console program that simulates a library borrowing system. It uses classes, constructors, and arrays to track borrowing history and check limits. ## Features - `LibraryUser` class with encapsulation - Constructor overloading - 2D array to store borrowing history - Borrowing limit check

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages