What is the correct function prototype of () operator overloading?

a) return_type operator(arguments)();
b) return_type operator(arguments);
c) return_type operator()(arguments);
d) return_type operator(Class_name)(arguments);

1 thought on “What is the correct function prototype of () operator overloading?”

Leave a Comment