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

The fields and methods that belong in a class are known as the class's __________.

a. body b. definition c. members d. data

Computer Science & Information Technology

What is the value of pointer p after the following assignment?

p = new char; a) 0 b) “” c) “ “ d) cannot be determined

Computer Science & Information Technology

Which type of network are you running if your computer is a member of a workgroup?

A. peer-to-peer B. domain C. mainframe D. wireless

Computer Science & Information Technology

There are 34 bits and 4 octets in an IPv4 address. True or False?

Indicate whether the statement is true or false

Computer Science & Information Technology