What Are The Constant Member Functions #1005
What are the constant 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: Constant Member Functions - Quiz No.1.
What are the constant member functions?
Functions which doesn’t change value of calling object
Functions which doesn’t change value of any object inside definition
Functions which doesn’t allow modification of any object of class
Functions which doesn’t allow modification of argument objects