Computer Science, asked by hamadjutt382, 8 months ago

Can we implement operator overloading with friend function?

Answers

Answered by satishmadhale
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