What are friend classes?

Submitted by: Administrator
The friend function is a ‘non member function' of a class. It can access non public members of the class. A friend function is external to the class definition.
Submitted by: Administrator

Read Online C++ Friend Job Interview Questions And Answers