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

  1. When useClass() is called with a reference to an SLList object as
  2. an argument, "lp" refers to an SLList object, so the SLList
  3. definitions of add() and display() are called.  When useClass() is
  4. called with a reference to a DLList object as an argument, "lp"
  5. refers to a DLList object, so the DLList definitions of add() and
  6. display() are called.
  7.