Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
INCLUDE files and Inheritance
Message
From
27/01/2004 17:51:14
 
 
To
27/01/2004 17:27:07
Emily Lake
Boise Cascade Corporation
Boise, Idaho, United States
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00871153
Message ID:
00871172
Views:
17
>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.
Previous
Reply
Map
View

Click here to load this message in the networking platform