📜  什么是抽象数据类型 - 无论代码示例

📅  最后修改于: 2022-03-11 14:56:24.679000             🧑  作者: Mango

代码示例4
Abstract Data type (ADT) is a type (or class) for objects whose behaviour is
defined by a set of value and a set of operations.

The definition of ADT only mentions what operations are to be performed 
but not how these operations will be implemented.