Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Classes not to subclass
Message
General information
Forum:
Visual FoxPro
Category:
Object Oriented Programming
Miscellaneous
Thread ID:
00792211
Message ID:
00792364
Views:
16
John,

In an Object Oriented application design there will be classes that are meant to be only subclassed (that is they are NEVER used to instantiate objects) and there are classes that are not subclassed (that is they are only used to instantiate objects). These classes are referred to as abstract (template) classes and concrete classes respectively.

As to why a class would be one or the other, that is dependant on the design of the application.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform