3. |
How is a static member function similar to a friend function?
|
|
A. |
A static member function is like a friend function that doesn't need to be public:. |
|
B. |
A friend function is similar to binary operator overloading. |
|
C. |
A friend function has an implicit this parameter . |
|
D. |
A friend function does not have direct access to the class’s 1) private: and 2) protected: parts. |