Transcription: Yes, there are better ways to implement the phone book. For simplicity, this class has fixed length parallel arrays for the names and for telephone numbers. These are private members, so the application cannot manipulate them directly. In this and following chapters, the phone book implementation is improved as new techniques are introduced.