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
Write a recursive c function to calculate the height of a binary tree.
Treemap orders the elements on which field?
What are the benefits of using arrays?
What method is used to place a value onto the top of a stack?
What do u mean by array?
Define a complete binary tree?
What are priority queues?
Which is better stack or queue?
What is the difference between array sort () and array sort t >()?
Define balance factor of a node in avl tree?
Define avl tree?
Why is hashset used?
How does hashset work internally in java?
Define general trees?
What is difference between data type and variable?