Transcription: This ListIter class has three data members. The member list is a pointer to the first item in the associated list object. The pointer current points to the current item in the list. The pointer prior points to the item immediately preceding it. An application program could have several list iterators, and each could be at a different position in the list object. The phone book class uses only one iterator at a time.