Ask Question
15 October, 23:07

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.

+3
Answers (1)
  1. 16 October, 00:52
    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 and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers