Multiple Choice
If you have a class defined in separate files, and change the way a class is defined, 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
Q16: Connecting the application and implementation files together
Q17: In order to make a user-defined ADT
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
Q22: The file that contains the definition of
Q23: If you have a class defined in
Q24: If you want to only use cin
Q25: The identifier used in the #ifndef directive
Q26: In a program with no user defined