Computer Science, asked by simranjit4816, 9 months ago

Friend function cannot overload operator

Answers

Answered by Anonymous
1

Answer:

The operators that can not be overloaded by c++ friend function are as follows. Answer: Friend function is a function that can access the data from private, protected and public class. If these operators are overloaded using friend function, then program will result with compilation error.

↫↫↫↫↫ Hope it helps you

Plz mark me brainlist ↬↬↬↬↬

Similar questions