Ask Question
24 March, 13:00

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.

+2
Answers (1)
  1. 24 March, 14:54
    0
    The true statement about ADTs is "D".

    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.)
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “Which of the following statements about ADTs are true? a. They specify the values the data type can hold. b. They specify the operations ...” in 📙 Computers & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers