Transcription: A linked list is a useful data structure that can be implemented in more than one way. It is also possible to define a set of operations on linked lists that is common to all of the different implementations. Thus, a linked list is an excellent candidate for demonstrating the power of polymorphism.