Enquire Now

Tags: friend-function

In C++ friend function is a kind of function that is a friend of a given class is allowed access to private and protected data in that class that it would not normally be able to as if the data was public.

0 Questions