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 hashset contain duplicates?
What are the differences between b tree and b+ tree?
What is the height of a binary tree?
What is the time complexity of selection sort?
Write the postfix form of the expression: (a + b) * (c - d)
Can we increase the size of statically allocated array?
Given an unsorted linked list, and without using a temporary buffer, write a method that will delete any duplicates from the linked list?
A lot of data structures related programs related to only trees and graphs, like the diameter of a tree, removing the loops in a graph etc.
How do hash tables work?
What happens if we put duplicate key in hashmap?
Why insertion is faster in linked list?
Is duplicate allowed in hashmap?
write a program to show the insertion and deletion of an element in an array using the position
Can you make an arraylist of arrays?
Can an arraylist be null?