50.4k views
0 votes
Friend Functions of a class are________members of that class.

User Johanvs
by
4.9k points

1 Answer

5 votes

Answer:

Friend Functions of a class are not members of that class.

Step-by-step explanation:

A friend function of a class is defined outside the class' scope, but has the access rights to all private and protected members of that class.

Cheers.

User InvalidArgument
by
5.0k points