Java-oop-projects

💻 Java OOP Practice Projects

Practice projects to strengthen Object-Oriented Programming (OOP) fundamentals in Java.


🔍 Overview

This repository contains a collection of mini Java projects developed while learning and practicing core Object-Oriented Programming concepts. Each project showcases clean code, modular structure, and real-world logic implementation.


📁 Projects Included

📄 File 📌 Description
GuessGame.java A number guessing game using basic input/output and loop logic.
OnlineLibrary.java A simple com.library system to add, issue, return, and list books.
RockPaperScissor.java Console-based Rock-Paper-Scissors game against the computer.

🚀 Getting Started

To run these Java programs locally:

  1. Clone the repository ```bash git clone https://github.com/Swarna-deep0/Java-oop-practice.git