c9-python-getting-started/more-python-for-beginners/05 - Mixins
Christopher Harrison 311866d09e Added new content 2020-04-27 16:49:00 -07:00
..
README.md Added new content 2020-04-27 16:49:00 -07:00
demo.py Added new content 2020-04-27 16:49:00 -07:00

README.md

Mixins (multiple inheritance)

Python allows you to inherit from multiple classes. While the technical term for this is multiple inheritance, many developers refer to the use of more than one base class adding a mixin. These are commonly used in frameworks such as Django.

Microsoft Learn Resources

Explore related tutorials on Microsoft Learn.