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

Computer Science & Information Technology

You might also like to view...

A collection of VBA declarations, statements, and procedures stored together as one named unit is known as a:

A) property. B) macro. C) module. D) construct.

Computer Science & Information Technology

A Form’s _________ event occurs just before the Form is displayed on the screen, typically as a result of executing the program.

a) Display b) Raised c) Execute d) Load

Computer Science & Information Technology