Which statement is false?

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

c: Clients are usually involved in a class’s implementation.

Computer Science & Information Technology

You might also like to view...

Boolean is an example of a(n) ________ data type

A) code B) procedure C) argument D) variable

Computer Science & Information Technology

A virus __________ usually arrives as an email message that contains warnings about a fake virus.

A. payload B. signature C. hoax D. dropper

Computer Science & Information Technology