

MCQOPTIONS
Saved Bookmarks
1. |
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. | 2, 5 |
B. | 1, 3 |
C. | 4, 5 |
D. | 3, 4 |
Answer» B. 1, 3 | |