[prev] 79 [next]

Abstraction

An abstract data structure
  • is a logical description of how we view the data and operations
  • without regard to how they will be implemented
  • creates an encapsulation around the data
  • is a form of information hiding

[Diagram:Pic/ADT.png]