Re: OOP / language design question
Duncan Booth wrote:[color=blue]
> In other words, the object is constructed in Python before any __init__ is
> called, but in C++ it isn't constructed until after all the base class
> constructors have returned.[/color]
That's true. Good point.
Carl Banks
Duncan Booth wrote:[color=blue]
> In other words, the object is constructed in Python before any __init__ is
> called, but in C++ it isn't constructed until after all the base class
> constructors have returned.[/color]
That's true. Good point.
Carl Banks
Comment