can you tell me something about friend function?
Friend function
It is a special type of function which is not the member function of a class, but can still access its private members.
can you tell me something about friend function?
It is a special type of function which is not the member function of a class, but can still access its private members.