Skip to content

Commit 76058b8

Browse files
committed
Add README file
1 parent 716ab2a commit 76058b8

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Inheritance and Composition
2+
3+
This folder provides the code examples for the Real Python tutorial [Inheritance and Composition: A Python OOP Guide](https://realpython.com/inheritance-composition-python/).
4+
5+
Each of the folders contains the state of the code at the end of the three respective sections:
6+
7+
- **`inheritance/`**: [An Overview of Inheritance in Python](https://realpython.com/inheritance-composition-python/#an-overview-of-inheritance-in-python)
8+
- **`composition/`**: [Composition in Python](https://realpython.com/inheritance-composition-python/#composition-in-python)
9+
- **`choosing/`**: [Choosing Between Inheritance and Composition in Python](https://realpython.com/inheritance-composition-python/#choosing-between-inheritance-and-composition-in-python)

0 commit comments

Comments
 (0)