Transcription: Suppose that your stack class implemented a class as an array. If you wanted to use a linked list implementation as well, you could define a new class that implemented a stack as a linked list. Depending on how your client code is structured, you could end up having to rewrite some of it to deal with the new implementation of stacks.