Which Is The Correct Condition On Const Member Functions #1009
Which is the correct condition on 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: Constant Member Functions - Quiz No.1.
Which is the correct condition on const member functions?
Const member functions can’t call non-const member functions
Const member functions can’t call any other function
Const member functions can call only the functions which are neither const nor non-const
Const member functions can call only data members of call not member functions