Abstract Data Type

An Abstract Data Type (ADT) is a mathematical model for data types, defining a set of values and the operations that can be performed on them. It describes what an object does, not how it's implemented, promoting modularity and clarity in Software Design. This separation allows various Data Structures to realize the same ADT.

See also

Linked from: Lifo, Priority Queue
-1
10 views
1 week ago