What does abstract data type means?
Answer Posted / amit
The code to read the keyboard is an ADT.
ADT
1.Declaration of data.
2.Declaration of operations
3.Encapsulation of data and operations.
it has a data structure,character,and aset of operations
that can be used to read the data structure,also convert it
into different data structures such as integers and strings.
| Is This Answer Correct ? | 3 Yes | 9 No |
Post New Answer View All Answers
How many sorting algorithms are there?
What is nsmutablearray?
Can you please explain the difference between string and an array?
What are the non linear data structure?
What is a binary search tree? Explain with example?
What is pointer in data structure?
What is bubble sort algorithm?
Which is better merge sort or quick sort?
What is lifo?
What is mean by abstract data type?
Explain what are the types of collision resolution techniques and the methods used in each of the type?
Differentiate between set and map.
Explain what are the major data structures used in the network data model?
What are the different types of data structures explain briefly?
Can you list out the areas in which data structures are applied extensively?