Does Python have Multiple Inheritance ?
Michele Simionato
michele.simionato at gmail.com
Fri Nov 7 10:10:39 EST 2008
More information about the Python-list mailing list
Fri Nov 7 10:10:39 EST 2008
- Previous message (by thread): Does Python have Multiple Inheritance ?
- Next message (by thread): Dispatch('Excel.Application') on Vista from Task Scheduler
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Nov 7, 3:50 pm, Tim Golden <m... at timgolden.me.uk> wrote: > Aaron Gray wrote: > > Wikipedia says Python has Multiple Inheritance, is this true ? > > > http://en.wikipedia.org/wiki/Multiple_inheritance > > > Thanks, > > > Aaron > > Good grief. You can use Wikipedia but you can't use Google? > > http://www.google.co.uk/search?q=python+multiple+inheritance > > TJG It seems the OP cannot even use Wikipedia. Between the links to the page he cites there is http://en.wikipedia.org/wiki/C3_linearization, which is the way Multiple Inheritance is implemented in Python.
- Previous message (by thread): Does Python have Multiple Inheritance ?
- Next message (by thread): Dispatch('Excel.Application') on Vista from Task Scheduler
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list