An
abstract data type is a model of a certain kind of
data structure e.g. a Stack. A Stack has push() and pop() operations and that have well-defined behaviour. The
abstract data type (
ADT) itself refers to this model, not any particular implementation in any particular
programming language or paradigm.Nov 7, 2009
read more >>