Q:

Non-const functions _______________________

0

Non-const functions _______________________


  1. Can be called only from non-const object
  2. Can be called only from const object
  3. Can be called both by const and non-const object
  4. Can’t be called with object

All Answers

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

 (a).Can be called only from non-const object

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
Which is a correct condition on const member funct... >>
<< Which objects can call the const functions?...