Transcription: Stack collection classes are derived from the class template, stack T, that is used to build a family of abstract base classes. These abstract base classes define the interface for their stack collection classes. The abstract base classes guarantee that a minimal set of operations will be available in all derived stack collection classes.