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 |
Can you dynamically allocate arrays in expanded memory?
Write program for Quick sort ?
Explain the common uses of tree database.
What is the difference between hashmap and treemap?
Does hashmap maintain insertion order?
Differentiate between queue and stack.
Define distributed query and linked server?
What is heap and its types?
What is difference between for loop and foreach?
What is the types of data structure?
Describe the degree term in a tree.
Does hashmap allow duplicate keys?