home *** CD-ROM | disk | FTP | other *** search
- A data member of a class can be an object of any defined type. It
- can be an object of a built-in type or of a user-defined type.
- Here, the PhoneBk class has three data members: an array of 100
- String objects to hold the names in a PhoneBk, an array of 100
- long integers to hold the associated telephone numbers, and a
- counter for the number of entries.
-