Transcription: 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 phone book class has three data members, an array of 100 string objects to hold the names in a phone book, an array of 100 long integers to hold the associated telephone numbers, and a counter for the number of entries.