Transcription: First, the function insert() creates a PhoneNum object. The operator new() allocates memory for a PhoneNum object in dynamic memory, and the arguments who() and tellNum() are used by the constructor of the PhoneNum class to initialize the PhoneNum object.