What is the difference between adt and data structure?



What is the difference between adt and data structure?..

Answer / Dharmpal Saini

An Abstract Data Type (ADT) is a set of methods and data that can be used to manipulate data without specifying the implementation details. A Data Structure, on the other hand, refers specifically to the way in which data is organized and stored. In C++, ADTs are often implemented using various data structures like arrays, linked lists, trees, etc.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Data Structures Interview Questions

What is a Queue? Explain its operation with example?

1 Answers  


Mention the data structures which are used in graph implementation.

1 Answers  


What is bubble sort and selection sort?

1 Answers  


What is sorting problem?

1 Answers  


How to create an Array?

1 Answers  


Is bubble sort faster than selection sort?

1 Answers  


What is data structure explain different types of data structures with examples?

1 Answers  


What are different sorting algorithms?

1 Answers  


What are data members?

1 Answers  


When is a binary search algorithm best applied?

1 Answers  


What is the purpose of sorting algorithms?

1 Answers  


What are different methods of collision resolution in hashing.

1 Answers  


Categories