This repository contains a collection of Java projects and exercises focusing on Object Oriented Programming (OOP) concepts.
This repository serves as a showcase for various Java projects and exercises that demonstrate OOP principles such as inheritance, encapsulation, polymorphism, and abstraction. Each project is organized into its own directory with a detailed description of its purpose and functionality.
-
Employee Management System: A simple employee management system that allows users to add, remove, and search for employees.
-
Library Management System: A comprehensive library management system that enables users to manage books, members, and borrowing transactions.
-
Bank Account Management: An application for managing bank accounts with support for deposit, withdrawal, and balance inquiry operations.
Each project is contained within its own directory. To use a specific project, navigate to its directory and follow the instructions provided in the respective README file.
Contributions are welcome! If you'd like to contribute to this repository, feel free to fork the project, make your changes, and submit a pull request. Please ensure that your contributions align with the project's standards and guidelines.