60.6k views
3 votes
4. An abstract data type is defined as _____.

User Kruga
by
6.1k points

1 Answer

3 votes

Answer: object that persist set of values and operations as behavior

Explanation: Abstract data types(ADT)are those object value which are dependent upon the collection of the values and collection of the operations.The organization of the data object is not specified in ADT but the operations that are to be carried out are defined in it.

The implementation individuality displayed by the ADT and hiding of the representation or design makes it abstract.

User Svick
by
6.1k points