Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Subclassing
Message
 
 
To
27/07/2001 03:36:29
General information
Forum:
Visual FoxPro
Category:
Object Oriented Programming
Title:
Miscellaneous
Thread ID:
00536237
Message ID:
00536561
Views:
10
Craig,

You are correct. Your class tree starts out looking like:
Form
   frmBase
      frmData
and would end up looking like:
Form
   frmBase
      frmData
         APPData
      APPBase
>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.
df (was a 10 time MVP)

df FoxPro website
FoxPro Wiki site online, editable knowledgebase
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform