Nonconst Functions #1008
Non-const 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.
Non-const functions _______________________
Can be called only from non-const object
Can be called only from const object
Can be called both by const and non-const object
Can’t be called with object