Computer Science, asked by SADDAM4418, 1 year ago

what is friend function?

Answers

Answered by sahwag
0

the function of friends.....

Answered by ZahirX
2

In object-oriented programming, a friend function, that is a "friend" of a given class, is a function that is given the same access as methods to private and protected data. A friend function is declared by the class that is granting access, so friend functions are part of the class interface, like methods. 

Attachments:
Similar questions