Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VS LightSwitch (KittyHawk) has VFP roots
Message
From
05/08/2010 13:46:29
 
 
To
05/08/2010 07:48:44
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
01474984
Message ID:
01475377
Views:
133
>I have not done anything with Python, but "declaration order" sounds like dealing with some of the pains of C++.

It is the declaration order when defining the object;
def class MI(Parent1, Parent2, Parent3)

The order of parentclasses defines the search path for method name lookup, directly at the definition
And as Python is deeply dynamic, you can do really bad wizardry like monkey patching already loaded code,
but some guns I still shy away from.
In my tries I had classes with clearly defined separate tasks, so polymorphic overlap did not happen.
Previous
Reply
Map
View

Click here to load this message in the networking platform