This project focuses on working with classes and object-oriented programming in Python.
The main purpose of this program was to practice creating classes, using constructors, storing object data, and organizing code in a cleaner way. Instead of putting everything into one long script, this project helped me understand how classes make programs easier to structure, read, and build on.
- Python classes
- Constructors
- Object creation
- Instance variables
- Organizing code with object-oriented programming
This project helped me get more comfortable with thinking about programs as objects instead of only writing step-by-step code.