Google News
logo
CPP - Quiz(MCQ)
In which form does the function call operator can be overloaded?
A)
static member function
B)
non-static member function
C)
static_cast
D)
dynamis_cast

Correct Answer :   non-static member function


Explanation : In non-static member function, the function call operator can be overloaded.

Advertisement