Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Does anyone have trouble with this statement
Message
From
10/05/2004 14:10:17
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Object Oriented Programming
Title:
Does anyone have trouble with this statement
Miscellaneous
Thread ID:
00902540
Message ID:
00902540
Views:
65
With regard to comparing Java and C++ to VFP...

Because VFP is weakly typed, it doesn’t really care about interfaces – all it cares about is applying operations to objects (in fact, Java’s interface keyword would be wasted in VFP). This means that inheritance in VFP is different from inheritance in C++ or Java, where you often inherit simply to establish a common interface. In VFP, the only reason you inherit is to inherit an implementation – to re-use the code in the base class.

thanks for your comments.

John
John Fabiani
Woodland, CA
Next
Reply
Map
View

Click here to load this message in the networking platform