Q:

Which is a correct condition on const member functions?

0

Which is a correct condition on const member functions?


  1. Const member functions can’t call non-const member functions
  2. Const member functions can’t call any other function
  3. Const member functions can call only the functions which are neither const nor non-const
  4. Const member functions can call only data members of call not member functions

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

 (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

total answers (1)

OBJECT ORIENTED PROGRAMMING MEMBER FUNCTIONS MCQ

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now
If a const object calls a non-const member functio... >>
<< Non-const functions _______________________...