OOPS
November 11, 2023OOPS
November 11, 2023OOPS
Question 6 |
Which of the following is not specified in Abstract data type?
Type | |
Set of operations on that type | |
How the type is implemented | |
(A) and (B) |
Question 6 Explanation:
An ADT does not specify how the data type is implemented.
Correct Answer: C
Question 6 Explanation:
An ADT does not specify how the data type is implemented.