What does abstract data type means?
Answers were Sorted based on User's Feedback
Answer / ypp
It means ''Only decleration is there but implementation is not i.e it never use further but it can be inherit ".
| Is This Answer Correct ? | 67 Yes | 88 No |
Answer / suman aka nips
Programmer's/ User-Defined data types are called
ADT(Abstract data Type)
| Is This Answer Correct ? | 26 Yes | 72 No |
Answer / vinay
any data type which can be used without registry entry.
| Is This Answer Correct ? | 18 Yes | 76 No |
What is difference between set and map?
Tell me how to find middle element of linked list in one pass?
Does treemap allow duplicate keys?
How do you find the height of a binary tree?
What are the types of array operations?
Explain what do you mean by insertion sort, bubble sort and selection sort? Also, explain the differences among the functionalities of the three sorts.
What is heap tree in data structure?
Is char array null terminated?
What stack means?
What are the Differences between map and hashmap?
What is the use of data structure?
simple algorithm for bubble sort?