Session 9: Static and class methods: multiple inheritance
Readings
Supplemental Readings
Multiple Inheritance and the Diamond Problem
https://en.wikipedia.org/wiki/Multiple_inheritance
https://en.wikipedia.org/wiki/Multiple_inheritance#The_diamond_problem
Method Resolution Order
If you really want to understand the way it works:
https://www.python.org/download/releases/2.3/mro/
http://python-history.blogspot.com/2010/06/method-resolution-order.html