Class 1 Abstract Data Types
Class 1 Abstract Data Types
Learning Objectives
To Learn the concept of ADT’s
Understand how ADT’s is working
Demonstrate the ADT’s
Apply the ADTS
To Understand Features, Advantages and
Dis advantages of ADT’s
INTRODUCTION
Abstract Data type (ADT) is a type (or class) for
objects whose behavior is defined by a set of values
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.