A(n) ____ is a data type that separates the logical properties from the implementation details.
A. public
B. protected
C. private
D. abstract data type
Answer: D
Computer Science & Information Technology
You might also like to view...
The Merge Cells feature is the only way to combine multiple cells into one cell
Indicate whether the statement is true or false
Computer Science & Information Technology
Find any errors in the following and explain how to correct them:
``` std::cout << s.data() << std::endl; // s is "hello" ```
Computer Science & Information Technology