In Inheritance concept, which of the following members of base class are accessible to derived class members?
(a) static
(b) protected
(c) private
(d) shared
The question was posed to me in an internship interview.
This intriguing question originated from Fundamentals of Inheritance topic in portion Object Oriented Concepts of C#