Can we implement operator overloading with friend function?
Answers
Answered by
1
Answer:
With respect to operator overloading if you overload any operator function with friend ( also know as non-member function) than because there is no calling object, one argument will be increased to fulfill that operand
Explanation:
Mark as Brainlylist
Similar questions