Ask Question
Today, 00:18

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.

+5
Answers (1)
  1. Today, 00:40
    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?
Get 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 & 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