Transcription: In this linked list, each item is a PhoneNum object. An object of the PhoneNum class has three data members. The members Name and Tell represent a name and telephone number respectively. The member Link is a pointer to the next PhoneNum object in the linked list.