Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
What is polymorphism?
Message
From
26/03/1999 15:15:12
 
General information
Forum:
Visual FoxPro
Category:
Object Oriented Programming
Miscellaneous
Thread ID:
00200864
Message ID:
00202557
Views:
19
>Thanks. I see potential problems. For instance, A is based on B and C. B has a method that C doesn't, at that time, and A uses that method. Now someone comes along and adds the method to B...and it is something that you'd like a subclass of A to be able to inherit.

Remember, C++ is strongly typed and the binding is very early compared to FoxPro's very late binding. The compiler will detect any conflicts of this sort and notify you immediately. Also, the change will not affect any already compiled classes (at least not until the next compile).
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform