Chapter 7
Fundamental Concepts in Object-Oriented Programming in Python
Section 4
Subclassing with dict
Explore extending built-in object types. In this case, the dict to create classes that inherit functionality.