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 advantages of using postfix notations?

541


How to check array contains value or not?

569


Define ancestor and descendant ?

543


Is hashtable fail fast?

442


Differentiate between iterator and enumeration.

514






What is m way tree in data structure?

622


What is a stable sort?

509


Which data structures are applied when dealing with a recursive function?

618


What is the complexity of bubble sort?

481


What are linear and non linear data structures?

475


Write a program to reverse a link list.

535


How efficient is bubble sort?

497


What is array simple?

497


Can I provide array size dynamically?

519


Explain exception filter?

536