What does abstract data type means?

Answers were Sorted based on User's Feedback



What does abstract data type means?..

Answer / ypp

It means ''Only decleration is there but implementation is not i.e it never use further but it can be inherit ".

Is This Answer Correct ?    67 Yes 88 No

What does abstract data type means?..

Answer / suman aka nips

Programmer's/ User-Defined data types are called
ADT(Abstract data Type)

Is This Answer Correct ?    26 Yes 72 No

What does abstract data type means?..

Answer / vinay

any data type which can be used without registry entry.

Is This Answer Correct ?    18 Yes 76 No

Post New Answer

More Data Structures Interview Questions

Define depth and height of a node?

0 Answers  


What is the use of data structure?

0 Answers  


What's the difference between an array and vector?

0 Answers  


What is placement new in data structures?

0 Answers  


How do you determine if a binary tree is height balanced?

0 Answers  






What is the difference between null and void pointer in data structures?

0 Answers  


Classify the Hashing Functions based on the various methods by which the key value is found.

1 Answers  


Does linked list allow null values?

0 Answers  


When new data are to be inserted into a data structure?

0 Answers  


Explain the types of linked lists.

0 Answers  


What is sequential sorting?

0 Answers  


Do all declaration statements result in a fixed reservation in memory?

0 Answers  


Categories