Computer Science, asked by ranjithinfo8596, 9 months ago

Which of the following operator can not be used overloaded when function declared friend function

Answers

Answered by skmuddassir6
0

Explanation:

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.

Similar questions