ADT
Question 1 |
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 1 Explanation:
An Abstract datatype is a type for objects whose behaviour is defined by set of values and set of operations.