What does abstract data type means?
Answer Posted / ravi shikharhcu
Abstract data type is a specification of data types having
some defined set of operations and which are independent of
their implementation.
example :stack is an Abstract data type.but stack
implemented with an array and with linked list are both
different data structures.
| Is This Answer Correct ? | 136 Yes | 19 No |
Post New Answer View All Answers
What is a postfix expression?
What is the difference between sorting and classifying?
Which of the collections allows null as the key?
Give a real time example of stack
What is the method to find the complexity of an algorithm?
What is the difference between data type and data structure?
what is the difference between Linear Array and Linked List?
do records fall under linear or non linear data structures?
What is an ordered map?
What is the difference between ienumerable and list?
What is the use of hashtable?
Describe the level term in a tree.
What data type is array?
How can you insert a node to the beginning of a singly linked list?
How do I start preparing for placement?