Transcription: The PhoneBook class has three data members. They are private by default. The first is an array of strings that holds the name in a PhoneBook. The second is an array of long integers that holds the telephone number associated with each name. The number of entries in a PhoneBook is recorded in the integer numEntry.