Ask Question
5 May, 06:52

Which of the following statements isNOT true about abstract data types (ADTs) ? A list is anexample of an ADT. ADTs hide theimplementation details of operations from users. Java provides allthe ADTs you need, therefore you do not need to create any newones. An ADT is anabstraction of a commonly appearing data structure.

+2
Answers (1)
  1. 5 May, 07:10
    0
    Java provide all the ADTs you need, therefore you do not need to create any newones.

    This statement is not true.

    Explanation:

    ADTs are those data types which we use but we didn't know their inner working that is how it is working what is happening inside. It is commonly used for Data Structures for example: - In stack we use push and pop operations to insert and to delete element from a stack respectively but we didn't know how it is happening inside. How the stack is implemented and etc. Java provides most of the ADT's but not all.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question ✅ “Which of the following statements isNOT true about abstract data types (ADTs) ? A list is anexample of an ADT. ADTs hide theimplementation ...” 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