Multiple Choice
If you are designing a class for an ADT, you can tell if the class is an ADT if
A) when you change the implementation of the class, none of the rest of the program needs to change.
B) when you change the interface of the class, nothing else needs to change.
C) you change the privte part and the rest of the program using the ADT does not compile.
D) everything must be changed.
Correct Answer:

Verified
Correct Answer:
Verified
Q23: Which of the following function declarations will
Q24: A class member function that automatically initializes
Q25: Who can access private members in a
Q26: The double colon ::) is known as
Q27: A member function of a class should
Q29: Data members or member functions of a
Q30: The constructor of a class that does
Q31: In the following class constructor definition, the
Q32: A member function that allows the user
Q33: Developing an ADT means that the user