Answers

Question and Answer:

  Home  C++ Friend

⟩ List the characteristics of friend functions?

Friend functions are not a part of the class and are external. This function is a "Friend" of a class. This is to say, it has special privileges to access to the class's private and protected members.

 213 views

More Questions for you: