The correct option is (b) object.functionName(parameters);
Easiest explanation - The condition given says that there is no return type hence we can call the function directly. The object name should be mentioned with a dot operator to access its class members. Then the function name with parameters, if required, can be given.