Q:

What are constant member functions?

0

What are constant member functions?


  1. Functions which doesn’t change value of calling object
  2. Functions which doesn’t change value of any object inside definition
  3. Functions which doesn’t allow modification of any object of class
  4. Functions which doesn’t allow modification of argument objects

All Answers

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

 (a).Functions which doesn’t change value of calling 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 keyword must be used to declare a member fun... >>
<< Which feature of OOP is exhibited by the function ...