Solved

Returning References to Non-Const, Private Data

Question 14

Multiple Choice

Returning references to non-const, private data:


A) Allows private functions to be modified.
B) Is only dangerous if the binary scope resolution operator (::) is used in the function prototype.
C) Allows private member variables to be modified, thus "breaking encapsulation."
D) Results in a compiler error.

Correct Answer:

verifed

Verified

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

Related Questions