📚 Library System:-
-
Overview:-
-
The Library System is a console-based Java program that manages a small collection of books and basic library operations.
-
Features:-
-
Add books to the library
-
Remove books
-
Display available books
-
Concepts Used:-
-
Object relationships
-
Java collections
-
Separation of concerns
How to Run:-
-
javac ContactManager.v1_oop.Main.java
-
java ContactManager.v1_oop.Main
-
Ideal For:-
-
Learning collections
-
Practicing CRUD-style logic
-
Small system modeling