Vidyalelo
C++ Programming · Q35

Introduction to C++

Programming · C++ Programming · question 35

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
Answer
D.
This function is pure virtual

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board