Q:

What are const member functions?

0

What are const member functions?


  1. Functions in which none of the data members can be changed in a program
  2. Functions in which only static members can be changed
  3. Functions which treat all the data members as constant and doesn’t allow changes
  4. Functions which can change only the static members

All Answers

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

 (c).Functions which treat all the data members as constant and doesn’t allow changes

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 among the following best describes the inlin... >>
<< Correct syntax to access the static member functio...