Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Pure virtual error
Message
From
01/02/2001 11:44:39
 
 
To
01/02/2001 10:43:09
Adrian Demaestri
Ministerio de Economia de La Prov. de Ba
La Plata, Argentina
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00471254
Message ID:
00471316
Views:
20
Its an error in a C++ pure virtual function (sorry for stating the obvious). In C++ virtual functions ensure that the correct function is called for an object. Pure virtual functions however are used to define an abstract class (or an expression of a general concept) which can then be used to derive more specific classes.

You cannot directly create an object of an abstract class type, however you can use references and pointers to the original abstract class type which can lead to trouble.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform