Solved

Which of the Following Statements Is False

Question 24

Multiple Choice

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.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions