If A Const Object Calls A Nonconst Member Function Then #1010
If a const object calls a non-const member function then ____________________
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.
If a const object calls a non-const member function then ____________________
Run time error may get produced
Compile time error may get produced
Either compile time or run time error is produced
The program can’t be compiled