Mention the syntax for overloading binary operator
Answers
Answered by
1
Its syntax is,
Return_Type classname :: operator op(Argument list)
{
Funtion body
}
Return_Type classname :: operator op(Argument list)
{
Funtion body
}
Similar questions
English,
7 months ago
English,
7 months ago
Science,
7 months ago
Social Sciences,
1 year ago
English,
1 year ago