When Both The Const And Nonconst Version Of Functions Are #1014
When both the const and non-const version of functions are required?
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.
When both the const and non-const version of functions are required?
Return value have to be different in const
Return value have to be same in const
Return values have to be ignored
Return values have to be suppressed