How is an Abstract Base Class(ABC) related to an "Abstract Data Type" (ADT)
An ADT is a concept - the basic idea of a data type that doesn't specify how the data type is implemented. An ABC is a method C++ provides for creating an ADT.