You have a program with a class that is separated into files. The implementation has been changed. Of the interface file, the implementation file and the application file, which must be recompiled?

a. Only the interface?
b. Only the implementation?
c. Only the Application?
d. None of the above?
e. Some of the above?


b) Only the implementation
Explanation: The interface was not changed so the application (which includes the interface) won’t need compiling, but will need to be relinked

Computer Science & Information Technology

You might also like to view...

Filters can be used to limit the fields that are displayed, sort on particular fields, and calculate new

values based on other fields. Indicate whether the statement is true or false

Computer Science & Information Technology

The green circle you see above a selected picture is the ____.

A. sizing handle B. rotate handle C. flipping handle D. move handle

Computer Science & Information Technology

The first step in OOD is to identify the components called ____.

A. classes B. objects C. methods D. data

Computer Science & Information Technology

What statement is true regarding a cold boot?

A) A cold boot occurs when the PC boots from an internal hard drive. B) A cold boot occurs when the PC boots from an external hard drive. C) A cold boot occurs when you first turn on a computer. D) A cold boot occurs when you press Ctrl+Alt+Del.

Computer Science & Information Technology