InterviewSolution
Saved Bookmarks
| 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 |
|