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

  1. The best way to see the importance of virtual functions is to
  2. compare what happens when you override virtual and nonvirtual
  3. functions.  This example shows what happens when a derived class
  4. overrides a nonvirtual function.  The next example shows what
  5. happens when a virtual function is overridden.
  6.