Define Abstract Data Type?




What is Abstract Data Type. Define it?

Firstly I want to explain what is data type. Data type is a collection of values and set of operation on these values. When we store computer program's data in variables then each variables must be assigned a specific data type. Some data type are Strings, Array and float etc.
Abstract data type is a mathematical model for a certain class of data structures. It refers to the mathematical concept that define the data type. It can be regarded as a approach of a number of algebraic structures such as rings.  

Parts Of Abstract Data Type:-

There are two parts of Abstract Data Type as given below:-
  • Value Definition
  • Operation Definition

No comments:

Post a Comment