InterviewSolution
Saved Bookmarks
| 1. |
Which of these base classes are accessible to the derived class members?(a) static(b) protected(c) private(d) SharedI have been asked this question in class test.The doubt is from Public & Private Access Modifier in section Arrays and Strings of C# |
|
Answer» RIGHT CHOICE is (B) protected Easiest EXPLANATION - NONE. |
|