What does abstract data type means?
Answer Posted / nitesh chaturvedi
If for a particular collection of data only the structure
of data and the functions to be performed on the data is
defined but the implementation is not defined,then such a
collection of data is called Abstrct data type.
| Is This Answer Correct ? | 334 Yes | 56 No |
Post New Answer View All Answers
Explain what is the data structures used to perform recursion?
Which sorting is worst?
What is meant by a dynamic array?
How to excel in data structures and algorithms?
Why hashtable is faster than arraylist?
Why does hashset use hashmap?
What is time complexity of binary search?
How do we find duplicate elements in an array?
What is raid (redundant array of inexpensive disks)?
Write a Program for Delete an element from a doubly linked list.
How can we reverse a singly linked list?
Is list an array?
Which language is best for data structures?
Can we null keys in treemap?
How many types of data structure are there?