Multiple Choice
Developing an ADT means that the user of your class does not have to know the details about how the class is implemented. This is known as
A) interface
B) implementation
C) testing and debugging
D) information hiding
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q28: If you are designing a class for
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
Q34: Given the following class and object declaration,
Q35: In a class, all members are _
Q36: When defining a class, the class should
Q37: In a structure definition, the identifiers declared
Q38: A Member function that allows the user