What does abstract data type means?
Answer Posted / wonder
Abstract Data Type is a specification of a set of data and
the set of operations that operate on the data.Such data
type is abstract in the sense that it independent on the
various concrete implementations.
| Is This Answer Correct ? | 129 Yes | 30 No |
Post New Answer View All Answers
Define degree of the node?
Can array store heterogeneous data?
What is the difference between list, set and map?
Differentiate between the singly linked list and doubly linked list.
List all data structures you would use for a memory management module.
What is the Difference between treemap and hashmap?
What is the purpose of thread?
Define an algorithm.
What is mean by selection sort?
Is list a data type?
How does selection sort work?
which notations are used in evaluation of arithmetic expressions using prefix and postfix forms?
What is the similarity between a Structure, Union and enumeration?
Is priority queue sorted?
What method removes the value from the top of a stack?