IP-Address
September 8, 2024Algorithm-Paradigms
September 8, 2024GATE 2005
Question 2 |
An Abstract Data Type (ADT) is:
Same as an abstract class | |
A data type that cannot be instantiated
| |
A data type type for which only the operations defined on it can be used, but none else | |
All of the above |
Question 2 Explanation:
An Abstract datatype is a type for objects whose behaviour is defined by set of values and set of operations.
Correct Answer: C
Question 2 Explanation:
An Abstract datatype is a type for objects whose behaviour is defined by set of values and set of operations.