Q. Which of the following is true about const member functions?
β
Correct Answer: (D)
const members can be invoked only on const objects and not on nonconst objects
You must be Logged in to update hint/solution