[Tutor] inheritance

alan.gauld@bt.com alan.gauld@bt.com
Wed Nov 13 07:17:02 2002


> IIRC C++ (and maybe other languages as well) run the constructors
> of all the base classes automatically. Python doesn't.

C++ is a real mess here, with very strange rules over which 
constructors get called and when, but since this is a Python 
list we can safely ignore it! ;-)

Alan g