This repository stores the code that was written to study the syntax of OOP on Python. The reference course used is : https://openclassrooms.com/fr/courses/7150616-apprenez-la-programmation-orientee-objet-avec-python
The chapters of the course are :
- Basic Syntax
- Heritage principle
- Basic Syntax (class_syntax.py)
- Method overriding (heritage.py)
- Structuring your code in files
Bonus :
- Playing around with the unittest library