What does abstract data type means?

Answer Posted / sabyasachi chakraborty

an abstract data type is defined as a mathematical model of
the data objects that make up a data type as well as the
functions that operate on these objects.

Is This Answer Correct ?    3 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Does treemap allow null keys?

480


Explain different methods in which you can traverse a tree?

525


How would you reverse characters of an array without using indexing in the array.

495


How do you sort pseudocode?

491


Why is hashset used?

502






Is hashset thread safe?

469


Why quicksort is better than merge sort?

477


Explain what are the major data structures used in the rdbms?

506


What is a multidimensional array?

528


What do you mean by open addressing?

521


Define biconnectivity?

516


How would you check if a binary tree is BST or not ? Write a program.

509


Now you are given an array of a characters (both ASCII and Kanji) and, an index into the array. The index points to the start of some character. Now you need to write a function to do a backspace (i.e. delete the character before the given index).

539


Can we store primitives in collections?

475


How to sort 1 million floating point numbers?

660