C++
Programming and Technical
What is friend function?
Read Solution (Total 1)
-
- A friend Function is a function which though not a member of class still has all the access to all the private and protected members of the class
- 9 years agoHelpfull: Yes(0) No(0)
C++ Other Question