Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Inheritance
Message
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Object Oriented Programming
Title:
Inheritance
Miscellaneous
Thread ID:
00456387
Message ID:
00456387
Views:
58
ApplicationForm container is subclassed from an ApplicationBaseFrom container which in turn is subclassed from a BaseForm. (So BaseForm-->ApplicationBaseForm-->ApplicationForm is the hirarchy.)

I added a new method to the highest level class (BaseForm). The new method showed up in the ApplicationBaseForm's list of properties and methods. However, on any forms subclassed from the ApplicationBaseForm the new method is not present. I thought inheritance would have made the new method available to all classes subclassed either directly or indirectly from the the BaseForm class, am I wrong?

Thanks for any help and explanation
Next
Reply
Map
View

Click here to load this message in the networking platform