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


Please Help Members By Posting Answers For Below Questions

What is concept of data structure?

457


What are the advantage of collection classes over arrays?

524


Explain the most efficient method to reverse a linked list?

491


Explain extended binary tree.

510


Which is better bubble sort or selection sort?

471






What is link list in data structure?

469


How would you use bsearch() function to search a name stored in array of pointers to string?

488


What is the difference between arrays sort and collections sort?

434


What happens in insertion sort?

487


What is a binary search tree? Explain with example?

507


What is the difference between ienumerable and list?

472


Differentiate between singly and doubly linked lists?

506


What is binary search in data structure?

454


What does abstract data type mean?

576


What is sequential search? What is the average number of comparisons in a sequential search?

453