Introduction to Data Structure
   
 

Abstract Data Type

 
   
 
  1. Abstract Data Types (ADT's) are a model used to understand the design of a data structure
  2. 'Abstract ' implies that we give an implementation-independent view of the data structure
  3. ADTs specify the type of data stored and the operations that support the data
  4. Viewing a data structure as an ADT allows a programmer to focus on an idealized model of the data and its operations

 

     
Prev