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

  1. The List class has only one data member.  It is a pointer to the
  2. first object in a list, and, in this case, is also a pointer to an
  3. object of type "PhoneNum".
  4.