Non-const functions _______________________
(a) Can be called only from non-const object
(b) Can be called only from const object
(c) Can be called both by const and non-const object
(d) Can’t be called with object
This question was addressed to me in a national level competition.
My doubt is from Constant Member Functions topic in section Member Functions & its Types of Object Oriented Programming