Respuesta :

Answer:

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

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.