home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH05 / A052104.TXT < prev    next >
Encoding:
Text File  |  1993-11-08  |  319 b   |  6 lines

  1. The PhoneBk class has three data members.  They are private by
  2. default.  The first is an array of strings that holds the names in
  3. a PhoneBk.  The second is an array of long integers that holds the
  4. telephone number associated with each name.  The number of entries
  5. in a PhoneBk is recorded in the integer numEntry.
  6.