Q. 2 An Abstract Data Type (ADT) is:
(A) Same as an abstract class
(B) A data type that cannot be instantiated
(C) A data type type for which only the operations defined on it can be used, but none else
(D) All of the above
Answer: (C)
Explanation: