![[Dept of Engineering]](http://www.eng.cam.ac.uk/images/house_style/engban-s.gif)
Next: Exercises
Up: Classes
Previous: Static Const members
As well as adding members a derived class can override behaviour
simply by redefining a member function. For
instance, if you are developing objects for a graphics editor,
you'd like each kind of object to have a draw function,
but you'd like each kind of object to have its own version.
Later (section 11) more details of class derivation will be
described.
Tim Love
2001-07-05