Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
General framework and application framework
Message
From
29/09/1998 20:40:37
 
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00142159
Message ID:
00142197
Views:
16
ic frameworks.
>
>2. Have a main framework. Then reference it from each project. Subclass the generic framework classes into an application set of classes.
>Pros: Changes to generic framework are rippled through to the application frameworks.
>Cons: The application framework is flat. Changing the behaviour of all types of
>Is there a better way to do this?

Check out the discussion we have been having in the Mere Mortals group. It basically talks about the hook object design pattern. The allows you to modify the operation of a class without subclassing.

You can have a seperate hook object or objects for each application.

BOb
Previous
Reply
Map
View

Click here to load this message in the networking platform