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

  1. In derived1, f() is defined to take one argument of type float and
  2. to return void.  This definition of f() in derived1 hides the
  3. definition of f() in base1().  This means that the base1
  4. definition of f() is not available in derived1 objects.
  5.