home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH14 / A14123.TXT < prev    next >
Encoding:
Text File  |  1993-09-28  |  315 b   |  6 lines

  1. If you want to override a virtual member function, you must define
  2. a function in the derived class that has the same signature.  This
  3. example demonstrates that you do not get the power of virtual
  4. functions if the signature of the derived class function does not
  5. match the signature of the base class function.
  6.