Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Subclassing
Message
From
27/07/2001 03:36:29
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Object Oriented Programming
Title:
Subclassing
Miscellaneous
Thread ID:
00536237
Message ID:
00536237
Views:
47
I have a question regarding subclassing. For ease of reading I will use an over-simplified example:

I have a base form called frmBase from which I create a new class called frmData, these are both very generic classes which could be used by multiple apps.

If I create a new app, theory suggests I should subclass these again for my new application, let's call it APP. If I extend frmBase to the new application and call it APPBase, then extend frmData to APPData I have a problem because any changes I make to APPBase will not be reflected in APPData.

Hopefully I have explained this clearly enough. There is no urgency here, just for my own understanding.

TIA
Craig.
- Craig

"If you're not prepared to be wrong, you will never come up with anything original."
- Sir Ken Robinson
Next
Reply
Map
View

Click here to load this message in the networking platform