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

  1. In this call to useClass(), the argument dp has the type pointer
  2. to derived1.  useClass() is expecting a pointer to base1 as an
  3. argument, so dp is automatically converted to a pointer to base1.
  4.