Transcription: When UseClass is called with a reference to an SLList object as an argument, LP refers to an SLList object. So the SLList definitions of Add and Display are called. When UseClass is called with a reference to a DLList object as an argument, LP refers to a DLList object. So the DLList definitions of Add and Display are called.