home *** CD-ROM | disk | FTP | other *** search
- 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.
-