Which function is a non-member function that has full access to private member of a class?
Answers
Answered by
0
Answer:
Explanation:
friend functions
friend functions
A friend function is a function that is not a member of a class but has access to the class's private and protected members.
Answered by
4
Friend functions
Similar questions