📜  定义抽象数据类型 - 无论代码示例

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

代码示例2
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.