Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
INCLUDE files and Inheritance
Message
De
27/01/2004 17:51:14
 
 
À
27/01/2004 17:27:07
Emily Lake
Boise Cascade Corporation
Boise, Idaho, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00871153
Message ID:
00871172
Vues:
16
>I'm trying to assign a different include file (.h) to my class then is used in the class I subclassed from...and it doesn't seem to be working.
>
>Can someone confirm for me whether inherited include files can be overridden or not?
>
>Thanks!

Actually, include files aren't inherited, so if the subclass needs one at all, it must be specified.

However, it doesn't go the other direction either - any constants used in the parent class code will remain as they were when the parent class was compiled. Only the instances of those constants that actually appear in the subclass code will be replaced when the subclass is compiled.

HTH
Insanity: Doing the same thing over and over and expecting different results.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform