This folder provides the code examples for the Real Python tutorial Inheritance and Composition: A Python OOP Guide.
Each of the folders contains the state of the code at the end of the three respective sections:
inheritance/
: An Overview of Inheritance in Pythoncomposition/
: Composition in Pythonchoosing/
: Choosing Between Inheritance and Composition in Python