True/False
If the heading of a member function of a class ends with the word const, then the function member cannot modify the private member variables, but it can modify the public member variables.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q13: A member function of a class that
Q14: A _ sign in front of a
Q15: The components of a class are called
Q16: <img src="https://d2lvgg3v3hfg70.cloudfront.net/TB4785/.jpg" alt=" -Consider the UML
Q17: In C++, class is a reserved word
Q19: Figure 2:<br><img src="https://d2lvgg3v3hfg70.cloudfront.net/TB4785/.jpg" alt="Figure 2:
Q20: A class object can be _.That is,
Q21: In C++, the scope resolution operator is
Q22: If a function of a class is
Q23: Which of the following is true about