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
What is an acyclic graph?
What type of memory allocation is referred for Linked lists?
Define left-in threaded tree?
Is arraylist better than array?
What are the advantages of stack?
Name few collections map implementations?
How do you reference all the elements in a one-dimension array?
Does hashset guarantee order?
What happens if we try to insert duplicate key in hashmap?
Write a program using mergesort technique.
What is the minimum number of queues needed when implementing a priority queue?
What is a stable algorithm?
How expression trees are gets represented in data structure?
What is the slowest sorting algorithm?
What is bitonic search?