In case of protected inheritance in C++, which of the following correctly…

2018

In case of protected inheritance in C++, which of the following correctly represents the accessibility of the data variables from second derived class?

Answer: C. Private variables: No, Protected variables: Yes, Public variables: Yes

  1. A.

    Private variables: Yes, Protected variables: Yes, Public variables: Yes

  2. B.

    Private variables: Yes, Protected variables: No, Public variables: Yes

  3. C.

    Private variables: No, Protected variables: Yes, Public variables: Yes

  4. D.

    Private variables: No, Protected variables: No, Public variables: Yes

Attempted by 376 students.

Show answer & explanation

Correct answer: C

Explore the full course: Rssb Basic Computer Instructor

Loading lesson…