Multiple Choice
If you have a class defined in separate files, and change the way a member function is defined the body of the function) , 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
Q18: Which file name will end in a
Q19: cin and cout are defined in the
Q20: Why will the following code not compile?<br>Namespace
Q21: If you have a class defined in
Q22: The file that contains the definition of
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