Hacker News new | ask | show | jobs
by mattdawson 4807 days ago
The same is true in Python - in single inheritance cases. (The rules for Python's method resolution order are more complex where multiple inheritance are involved[1].)

1. http://python-history.blogspot.com/2010/06/method-resolution...