OWLNext 7.0
Borland's Object Windows Library for the modern age
|
To change or add behavior to a class, you derive a new class from it:
When you derive a new class, you can do three things:
Adding new members lets you add to or change the functionality of the base class. You can define a new constructor for your derived class to call the base classes' constructors and initialize any new data members you might have added.