home *** CD-ROM | disk | FTP | other *** search
- If you want to override a virtual member function, you must define
- a function in the derived class that has the same signature. This
- example demonstrates that you do not get the power of virtual
- functions if the signature of the derived class function does not
- match the signature of the base class function.
-