Transcription: A phonebook has a number of entries, and each entry consists of a name and a telephone number. The phonebook class has been rewritten to use the list container class. The client code remains unchanged, but the implementation of the phonebook class is very different. Notice that the two parallel arrays, names and telnum, of earlier implementations have been replaced with the class list.