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
Define forest?
Which interfaces are implemented by hashmap?
What is the difference between 1d and 2d array?
Explain implementation of traversal of a binary tree.
Explain heapsort. What is its complexity?
How helpful is abstract data type of data structures?
What are basic algorithms?
For addition and deletion. Which one is most preferred: array list or linked list?
Define parent node?
How do you find the number of comparisons in bubble sort?
Is Arraylist faster than Array? Why?
Which is better stack or queue?
What is a pseudocode example?
Which data structure is applied when dealing with a recursive function?
Which is the parent class of enumset class?