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

Why do we use linked lists?

488


Find duplicates in infinite range. Which data structure to be used to give efficient solution?

541


What do you mean by articulation point?

579


What is the purpose of thread?

516


How does arraylist store data?

481






Does arraylist maintain order?

524


Define a stack?

605


What is an expression tree?

541


Program to remove duplicate elements in an array.

542


What is array and its types?

561


What is the best sorting technique?

504


What are the complexity of binary search?

458


What do you mean by hash function?

510


What is the impact of signed numbers on the memory?

541


What is difference between stack and queue?

502