Ask 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 the data type can perform.

c. They hide the details of how the data type is implemented.

d. They do all of these.

+1
Answers (1)
  1. 28 December, 16:49
    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?
Find 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 the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers