Composition instead of inheritance

Ethan Furman ethan at stoneleaf.us
Thu Apr 28 13:15:02 EDT 2011


For anybody interested in composition instead of multiple inheritance, I 
have posted this recipe on ActiveState (for python 2.6/7, not 3.x):

http://code.activestate.com/recipes/577658-composition-of-classes-instead-of-multiple-inherit/

Comments welcome!

~Ethan~



More information about the Python-list mailing list