Q.

For the object for which it was called, a const member function

A. can modify both const and non-const member data.
B. can modify only const member data.
C. can modify only non-const member data.
D. can modify neither const nor non-const member data.
Answer» D. can modify neither const nor non-const member data.
5.2k
0
Do you find this helpful?
28

Discussion

No comments yet