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

State the different types of linked lists?

492


What is meant by binary tree traversal?

550


an array of size N in which every number is between 1 and N, determine if there are any duplicates in it. You are allowed to destroy the array if you like. [ I ended up giving about 4 or 5 different solutions for this, each supposedly better than the others ].

552


What is the difference between adt and data structure?

450


Which interface treemap implements?

550






In what areas do data structures are applied?

528


How do you clear a stack?

513


Define distributed query and linked server?

543


How to get top two numbers from an array?

580


Define red-black trees.

562


Define the queue data structure.

501


Define double linked list?

562


Where is data structure used?

532


What does list clear do?

474


Is duplicate allowed in hashmap?

620