An Abstract Data Type (ADT) is a set of data
storage structure with a set of operations.
• It is abstract because it is not ‘real’ in computing
infrastructure.
• For example, stack, queue, or tree are ADT, and not ‘real’
in computing system.
• It is imaginative data types that are suitable for some
problems or algorithms.
School