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:

Verified
Correct Answer:
Verified
Q9: Static data members of a certain class:<br>A)
Q10: Which of the following is not true
Q11: Inside a function definition for a member
Q12: Utility functions:<br>A) Are private member functions that
Q13: A default constructor:<br>A) Is a constructor that
Q15: Every object of the same class:<br>A) Gets
Q16: Which of the following statements will not
Q17: A client changing the values of private
Q18: A class-scope variable hidden by a block-scope
Q19: Which of the following is not true