Which of the following statements is false?

a. Always try to localize the effects of changes to a class’ data members by accessing and manipulating the data members through their set and get functions.
b. Services useful to the client should typically be provided in the class’ private interface.
Change is the rule rather than the exception. You should anticipate that your code will be modified.
c. Providing public set and get functions does allow clients of the class to access hidden data, but only indirectly.

b. Services useful to the client should typically be provided in the class’ private interface.
Change is the rule rather than the exception. You should anticipate that your code will be modified.

Computer Science & Information Technology

You might also like to view...

Match the following terms to their meanings:

I. Record Source property setting II. Page Header III. Expression IV. Calculated field V. Page Footer A. Displays at the bottom of every printed page B. Used to select the underlying table or query for a report C. Contains the field name, followed by a colon and expression D. The existing field names must be enclosed in square brackets E. Displays at the top of every printed page

Computer Science & Information Technology

One valid exception to the hearsay rule is testimony given by an expert witness

a. True b. False

Computer Science & Information Technology