Abstract data type

An abstract data type specifies a set of values and permitted operations without prescribing how they are represented or implemented. Its behavior is defined by the operations’ effects and rules.

Connect