1.

A class member declared protected becomes member of subclass of which type?(a) public member(b) private member(c) protected member(d) static memberI had been asked this question during an online exam.I'd like to ask this question from Fundamentals of Inheritance in division Object Oriented Concepts of C#

Answer»

The correct OPTION is (d) static MEMBER

Explanation: A class member declared PROTECTED BECOMES private member of subclass.



Discussion

No Comment Found

Related InterviewSolutions