Computer Science, asked by prajupraju2526, 1 month ago

define friend function​

Answers

Answered by trilokinathshaw29
1

Answer:

A friend function of a class is defined outside that class' scope but it has the right to access all private and protected members of the class. ... A friend can be a function, function template, or member function, or a class or class template, in which case the entire class and all of its members are friends

Explanation:

Similar questions