4. |
Assume we have a client, the FileManager component, and the FindFile component.
Which of the following is correct?
Please select the best answer.
|
|
A.
|
The client is aware that FileManager is using the FindFile component.
|
|
B.
|
The client can tell FileManager not to load FindFile .
|
|
C.
|
The client sees only the FileManager component; FileManager is a composition of two components--itself and FindFile .
|
|
D. |
The client links to a library that contains object definitions for FileManager and FindFile .
|
|
The correct answer is C.
The FindFile component is not visible as a separate component to the client; FileManager is
composed of itself and FindFile .
|