

McqMate
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. |
View all MCQs in
Object Oriented Programming (OOP)No comments yet