hich statement is false? Clients are usually involved in a class's implementation. Hiding the implementation reduces the possibility that clients will become dependent on class-implementation details. The actual data representation used within the class is of no concern to the class's clients. Clients generally care about what the class does but not how the class does it.

Respuesta :

ijeggs

CORRECT QUESTION:

Which statement is false?

A. Clients are usually involved in a class's implementation.

B. Hiding the implementation reduces the possibility that clients will become dependent on class-implementation details.

c. The actual data representation used within the class is of no concern to the class's clients.

D. Clients generally care about what the class does but not how the class does it.

Answer:

A) Clients are usually involved in a class's implementation.

Explanation:

Class's implementation lies in the core the of the coding phase of a software project, the clients are most likely not going to have any idea of programming hence the statement is false that says "Clients are usually involved in a class's implementation".