OWLNext 7.0
Borland's Object Windows Library for the modern age
|
Virtual functions can be overridden in derived classes.
They differ from pure virtual functions in that they don't have to be overridden to use the class. Virtual functions provide polymorphism, which is the ability to provide a consistent class interface, even when the functionality of your classes is quite different.