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

asked
User Johanvs
by
8.1k 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.

answered
User InvalidArgument
by
8.5k points

No related questions found