Inheritance - Programming

Q1:

In an inheritance chain which of the following members of base class are accessible to the derived class members?
  1. static
  2. protected
  3. private
  4. shared
  5. public

A 1, 3

B 2, 5

C 3, 4

D 4, 5

ANS:B - 2, 5

No answer description is available. Let's discuss.