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 |
Write a program for reversing the Single Linked List?
Which data structures are applied when dealing with a recursive function?
What’s the difference between enumeration and iterator interfaces?
What is a b+ tree? Explain its uses.
Does treeset remove duplicates?
Define ancestor and descendant ?
What are the operations that can be performed on a stack?
What is unhashable type list?
What are the different types of hash functions?
What is binary tree?
Write program for Bubble Sort ?
Sorting is not possible by using which of the methods?