What Is The Syntax Of A Const Member Function #953
What is the syntax of a const member function?
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: Types of Member Functions - Quiz No.1.
What is the syntax of a const member function?
void fun() const {}
void fun() constant {}
void const fun() {}
const void fun(){}