Vidyalelo
C++ Programming · Q84

Classes and Objects in C++

Programming · C++ Programming · question 84

Q84

Pick the correct statement.

A.
Friend functions are in the scope of a class
B.
Friend functions can be called using class objects
C.
Friend functions can be invoked as a normal function
Answer
D.
Friend functions can access only protected members not the private members

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board