A:\minispir.GIFA:\minispir.GIF
‹#›
18
Or...List class...continued...
• private:
• node * head;
•};
•This provides for a linked list (linear, circular, or doubly linked)
•Notice, none of the member functions changes in their client interface
•That’s right. Insert and retrieve have the same arguments as before!!!!
•