Q35
What does the 'const' keyword signify when used with a member function in a C++ class declaration?
A.
This function is static
B.
This function can't be called
C.
This function doesn't modify the object it's called on
AnswerD.
This function is pure virtual
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board