155k views
4 votes
Which of the following statements about ADTs are true?

a. They specify the values the data type can hold.
b. They specify the operations the data type can perform.
c. They hide the details of how the data type is implemented.
d. They do all of these.

User Robban
by
5.5k points

1 Answer

7 votes

Answer:

The true statement about ADTs is "D".

Step-by-step explanation:

Abstract data type is type of objects whose behavior is defined by a set of value and a set of operations. thus Of-course they specify the values which data type can hold and the operations they can perform and as the user does not need to know how they perform the operations they hide it's implementation.

So the answer would be, (d. They do all of these.)

User Bstempi
by
5.7k points