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 |
How do treesets work internally?
If I try to add enum constants to a treeset, what sorting order will it use?
What is dynamic array how it is created?
Difference between calloc and malloc ?
Draw a binary Tree for the expression : A * B - (C + D) * (P / Q)
What is the difference between the hash table and hash map?
What is the use of heap sort?
How will inorder, preorder and postorder traversals print the elements of a tree?
Is map a collection?
Which is faster array or arraylist?
What is difference between array and arraylist? When will you use array over arraylist?
How to find if linked list has loop?