This repository contains projects and lab exercises for a Java Object-Oriented Programming (OOP) course. Each project and lab is designed to enhance understanding of Java OOP concepts through practical application.
- Gym Reservation Tracker: A system to manage gym session reservations.
- Lab Assignments (Lab1 to Lab6): Each lab focuses on different aspects of Java OOP, from basic concepts to advanced features.
- Satelity: A project related to satellite data manipulation and analysis.
- JDK 11 or higher
- Any IDE that supports Java (IntelliJ IDEA, Eclipse, NetBeans)
- Clone the repository:
git clone https://github.com/MrReiji/Java_OOP_course.git
- Open the desired project folder in your IDE:
cd Java_OOP_course/<project_folder>
- Compile and run the Java files as per the instructions specific to your IDE.
Each folder in this repository corresponds to a specific lab or project. Navigate to each directory to view the project files.
This educational content is shared under the MIT License. See the LICENSE.md file for more details.
- Initial setup: Added basic lab exercises and project skeletons.
- Updates: Continuous improvement and addition of new examples and complex projects.