Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
VS LightSwitch (KittyHawk) has VFP roots
Message
De
05/08/2010 13:46:29
Thomas Ganss (En ligne)
Main Trend
Frankfurt, Allemagne
 
 
À
05/08/2010 07:48:44
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
01474984
Message ID:
01475377
Vues:
134
>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.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform