Computer Science, asked by halo7920, 1 year ago

Mention the syntax for overloading binary operator

Answers

Answered by MrTSR
1
Its syntax is,


Return_Type classname :: operator op(Argument list)
{
Funtion body
}
Similar questions