What Are Const Member Functions #950
What are const member functions?
This multiple choice question (MCQ) is related to the book/course
gs gs111 OOP Object Oriented Programming Java.
It can also be found in
gs gs111 Member Functions & its Types - Object Oriented Programming MCQ: Types of Member Functions - Quiz No.1.
What are const member functions?
Functions in which none of the data members can be changed in a program
Functions in which only static members can be changed
Functions which treat all the data members as constant and doesn’t allow changes
Functions which can change only the static members