Multiple Choice
If you have a class defined in separate files, and change the main program, which files need to be re-compiled?
A) The interface
B) The application
C) The Implementation
D) All files
E) B and C
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q24: If you want to only use cin
Q25: The identifier used in the #ifndef directive
Q26: In a program with no user defined
Q27: Given the following code, what namespace does
Q28: Given the following code, what namespace does
Q30: If a name is defined in an
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