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

  1. The class List is the base class for the linked list classes.  The
  2. members of List are the operations that are common to the
  3. different kinds of linked lists, regardless of how they are
  4. implemented.
  5.