Answers for "what is the purpose of friend function in c++"

C++
4

friend function in c++

class className{
  // Other Declarations
  friend returnType functionName(arg list);
};
Posted by: Guest on September-01-2021

Code answers related to "what is the purpose of friend function in c++"

Browse Popular Code Answers by Language