Return to Course-Outline

Chapter 11
Abstract Data Types(ADT)
 

Definition of ADT:

  • An ADT includes both data and relational operations
  • An ADT provides a means to encapsulate details whereby the data are completely hidden from their surroundings.

  •  
  • ADT operations provide loose coupling to the outside world via a function interface.