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 the internal working of a hash map?
What is insertion sort technique?
Explain quick sort and merge sort algorithms.
Describe tree database.
Is collection a class or interface?
What do you understand by stable sort?
What will be the output of below code?
Which is the parent class of enumset class?
How do I use quick sort?
Explain what do you mean by insertion sort, bubble sort and selection sort? Also, explain the differences among the functionalities of the three sorts.
How many null values are allowed in hashmap?
Give the example of validating the parenthesis of expression using stack.
Explain what are the methods available in storing sequential files ?
What is list and types of list?
List the abstract operations in the set?