This is a Python project focused on single inheritance in object-oriented programming.
The project shows how one class can inherit attributes and behavior from another class. I built this to better understand how inheritance helps reduce repeated code and makes programs easier to organize.
- Python
- Object-oriented programming
- Single inheritance
- Parent and child classes
- Code reuse
This project helped me understand how inheritance allows classes to build on each other instead of rewriting the same logic multiple times.