Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
More VB details
Message
 
To
03/03/2000 14:30:54
General information
Forum:
Visual FoxPro
Category:
Conferences & events
Title:
Miscellaneous
Thread ID:
00341416
Message ID:
00341585
Views:
25
You gotta just laugh at stuff like this

----------
Overriding: When using inheritance, our new class gets all the methods from the parent class. However, we may want a different implementation for one of those methods. This is done by overriding the original (inherited) method with our own code. Typically our new code can also call back into the parent object's original implementation—based on the VB 7 demo shown at VBITS this would be done using the MyBase keyword (e.g. MyBase.methodname).
----------


What the heck is this MyBase. crap???????

VB people just pride themselves on doing things different from everybody else. I guess they've never heard of a scope resolution operator which is standard in just about every OO language. This won't even allow calling into the class hierarchy...
+++ Rick ---

West Wind Technologies
Maui, Hawaii

west-wind.com/
West Wind Message Board
Rick's Web Log
Markdown Monster
---
Making waves on the Web

Where do you want to surf today?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform