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

  1. Here derived1 overrides the definition of geti() in base1().  Now,
  2. when geti() is called from a derived1 object, this definition of
  3. geti() will be invoked rather than the definition in the base
  4. class.
  5.