In C++, if a function f is defined as a friend function, then which of the…

2018

In C++, if a function f is defined as a friend function, then which of the following category of data members can be accessed using the function f ?

Answer: D. Public, Private and Protected

  1. A.

    Only Private

  2. B.

    Only Protected

  3. C.

    Only Public

  4. D.

    Public, Private and Protected

Attempted by 585 students.

Show answer & explanation

Correct answer: D

Explore the full course: Rssb Senior Computer Instructor

Loading lesson…