Caesar AI Atlas

Abstract Data Type

Caesar AI Atlas Definition

An Abstract Data Type is a mathematical or logical description of a data type based on its externally observable behavior. It specifies the values and operations available to users without requiring knowledge of the underlying implementation.

Other Definitions

Abstract Data Type Source

A mathematical model for data types, where a data type is defined by its behavior (semantics) from the point of view of a user of the data, specifically in terms of possible values, possible operations on data of this type, and the behavior of these operations.

Related Terms