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


Please Help Members By Posting Answers For Below Questions

Which is faster hashmap or hashtable?

516


What is the space complexity of bubble sort?

524


Define disjoint set adt?

534


What is difference between array and arraylist?

516


Is hashmap fail safe?

505






Is hashmap keyset ordered?

555


What is the complexity of selection sort?

458


Discuss the difference between a stack and an Array?

531


Differentiate between iterator and listiterator.

633


Differentiate between arraylist and vector.

855


How do treesets work internally?

494


State the rules to be followed during infix to postfix conversions?

699


Which collection is used for sort?

499


How do I use quick sort?

501


How do you solve a selection sort?

508