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?

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...

To avoid indefinite postponement, a monitor ________.

a) terminates newly arriving threads when other threads are waiting b) gives a higher priority to waiting threads than to newly arriving ones c) terminates waiting threads when new threads arrive d) gives a higher priority to newly arriving threads than to waiting ones

Computer Science & Information Technology

The control allows users to add and view items in a list.

a) ListItems b) SelectBox c) ListBox d) ViewBox

Computer Science & Information Technology

What is the smallest number of attributes a relation key can have?

What will be an ideal response?

Computer Science & Information Technology

When you delete a section break, text that is below the former break assumes the formatting characteristics of the previous section

Indicate whether the statement is true or false

Computer Science & Information Technology