Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
What is polymorphism?
Message
From
25/03/1999 12:23:56
 
General information
Forum:
Visual FoxPro
Category:
Object Oriented Programming
Miscellaneous
Thread ID:
00200864
Message ID:
00201918
Views:
20
>What does happen when you have parent's with the same properties and methods and they conflict?

The programmer must explicitly impiment the conflicting member function (C++ talk for method), this can be as simple as using the scope resolution operator to call the appropriate parent's member function.

>I am still not convinced that some of the uses of multiple inheritance can't be simulated in VFP.

It is not worth the trouble. Multiple inheritance is too tedious to simulate, the language must support it directly for it to be easy to use. Look at the way FoxPro handles data, contrast this with handling data in other languages.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform