neoedmund schrieb: > python use multiple inheritance. > but "inheritance" means you must inherite all methods from super type. > now i just need "some" methods from one type and "some" methods from > other types, > to build the new type. > Do you think this way is more flexible than tranditional inheritance? >
Probably your problem is better solved with delegation instead of inheritance. -- Servus, Gregor -- http://mail.python.org/mailman/listinfo/python-list