Which Objects Can Call The Const Functions #1007
Which objects can call the 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.
Which objects can call the const functions?
Only const objects
Only non-const objects
Both const and non-const objects
Neither const not non-const objects