Answers for "friend class in c++ definition"

C++
4

friend function in c++

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

Browse Popular Code Answers by Language