Multiple Choice
What is the difference between an ADT and a class in C++?
A) In an ADT, the user does not have access to the implementation details
B) In an ADT, the user can change the implementation details
C) There is no difference
D) A class must always be in a separate file
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q31: Classes must always be defined in separate
Q32: The global namespace and the unnamed namespace
Q33: A using directive that appears inside a
Q34: The statement using namespace std is called
Q35: ADTs should be defined and implemented in
Q36: A using directive that is at the
Q38: The file that contains the main portion
Q39: Names that are defined outside of a
Q40: The file that contains the definitions of
Q41: You may not use multiple namespaces in