home *** CD-ROM | disk | FTP | other *** search
/ Microsoftware Monthly 19…2 Programming Power Tools / MASO9512.ISO / cpptutor / cpptutor.arj / CH08 / A08111.TXT < prev    next >
Encoding:
Text File  |  1993-10-22  |  361 b   |  7 lines

  1. A data member of a class can be an object of any defined type.  It
  2. can be an object of a built-in type or of a user-defined type.
  3. Here, the PhoneBk class has three data members:  an array of 100
  4. String objects to hold the names in a PhoneBk, an array of 100
  5. long integers to hold the associated telephone numbers, and a
  6. counter for the number of entries.
  7.