Computer Science, asked by pravx4506, 1 year ago

Abstract data type in data structure notes

Answers

Answered by Harshittiwari1111
0
an ADT is a mathematical model of a data structure that specific the type of data stored the operation supported on them and the type of parameters of the operation..........
I hope this is useful for you......
Answered by Harrypotter723
0

Abstract Data type (ADT) is a type (or class) for objects whose behaviour is defined by a set of value and a set of operations. ... So a user only needs to know what a data type can do, but not how it will be implemented. Think of ADT as a black box which hides the inner structure and design of the data type.

Similar questions