Which is a correct condition on const member functions?
- Const member functions can’t call non-const member functions
- Const member functions can’t call any other function
- Const member functions can call only the functions which are neither const nor non-const
- Const member functions can call only data members of call not member functions
(a).Const member functions can’t call non-const member functions
need an explanation for this answer? contact us directly to get an explanation for this answer