Learn how Mixins help you to add functionality to existing classes or classes that are not under your control. Then see how they are implemented in Python by using multiple inheritance.
C H A P T E R S
0:24 Single inheritance example
0:58 Multiple inheritance
1:30 Framework scenario
2:30 Duplicate code without multiple inheritance
2:45 Add a mix-in
2:55 Difference between type language like C# and dynamic language like Python
3:50 Code example
M Y O N L I N E T R A I N I N G
🎓Like my style of teaching? Try free chapters of my online courses: https://pythonforeveryone.com
#pythonforeveryone #programming #python