Transcription: On this page, you see the first part of the definition of the class template LLStackT. Like AStackT, LLStackT is publicly derived from the abstract base class, StackT. As a result, AStackT also has an ISA relationship with Stack. Anywhere you can use a StackT in your program, you can use an LLStackT.