Computer Science, asked by trisharoy2182, 1 year ago

Which operator is used to define func outside its class

Answers

Answered by Anonymous
0
Scope Resolution Operator (::) can be used.

Syntax:
return_type class_name :: function_name()
{
function body;
}
Answered by stuti49
0
it is scope resolution operator(::).

Similar questions