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
Can treemap key null?
How many types of priority queue are there?
How to do the intersection of two sorted arrays?
Write a Program for Insert in a sorted list
What is the difference between collections class vs collections interface?
What is array and string?
What are data and data types?
Why set will not allow duplicates?
What is tree in computer science?
Describe tree rotation in avl tree.
What member function places a new node at the end of the linked list?
What do you mean by selection sort?
What is the difference between hashmap and treemap?
What should I learn first data structures or algorithms?
Can a stack be described as a pointer? Explain.