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.
- Updated .gitignore - Modified the
.gitignorefile to improve project structure.
- Created Getters And Setters - Added getter and setter methods.
- Created Classes Files That Will Be Used
- Created
.gitignore; - Defined initial variables;
- Set up base class files.
- Created
- Initial commit - Project setup started.