Vladimir

47%
Flag icon
As of 2021, there is a significant backlash against overuse of inheritance in general—not only multiple inheritance—because superclasses and subclasses are tightly coupled. Tight coupling means that changes to one part of the program may have unexpected and far-reaching effects in other parts, making systems brittle and hard to understand.
Fluent Python: Clear, Concise, and Effective Programming
Rate this book
Clear rating
Open Preview