Skip to content

Latest commit

 

History

History
26 lines (26 loc) · 1.04 KB

File metadata and controls

26 lines (26 loc) · 1.04 KB

Study_Of_Java_Classes

About
This project is a personal study focused on understanding and practicing Java class structures, attributes, and accessors such as getters and setters. It serves as a foundation for object-oriented programming in Java.

Commits

May 8, 2025

  • Updated .gitignore - Modified the .gitignore file to improve project structure.

May 3, 2025

  • Created Getters And Setters - Added getter and setter methods.

May 1, 2025

  • Created Classes Files That Will Be Used
    • Created .gitignore;
    • Defined initial variables;
    • Set up base class files.

Initial Commit

  • Initial commit - Project setup started.