What does abstract data type means?
Answer Posted / rini
ADTs allows the creation of instances with well-defined properties and behaviour. In object-orientation ADTs are referred to as classes. Therefore a class defines properties of objects which are the instances in an object-oriented environment.
ADTs define functionality by putting main emphasis on the involved data, their structure, operations as well as axioms and preconditions. Consequently, object-oriented programming is ``programming with ADTs'': combining functionality of different ADTs to solve a problem. Therefore instances (objects) of ADTs (classes) are dynamically created, destroyed and used.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can we increase the size of statically allocated array?
Why do we use a multidimensional array in data structure?
You want to insert a new item in a binary search tree. How would you do it?
Tell me about circular linked list?
What is the difference between a push and a pop?
Differentiate between iterable and iterator.
What do you mean by the term “percolate down”?
How does bogo sort work?
How do you declare An array of three char pointers
Is treeset thread safe?
Check if duplicates exist in an array of N which has range 1 to N.
What is return map?
What is fibonacci search?
Write a Program for Linked list manipulation.
How do I rearrange rows in numbers?