An application can use the operations of an ADT without knowing how the ADT is implemented.

What will be an ideal response?

True.

Computer Science & Information Technology

You might also like to view...

Binary search trees may be implemented as templates, but any data types used with them should support the ________ operator.

A) < B) > C) == D) All of the above E) None of the above

Computer Science & Information Technology

It is a good practice to terminate the last case in a switch statement with a ____.

A. switch B. break C. default D. case

Computer Science & Information Technology