

MCQOPTIONS
Saved Bookmarks
1. |
________________ access modifier is applied to a method or a data member, it can beaccessed by all classes in the same namespace and derived class in other namespace. |
A. | Public |
B. | Protected |
C. | Internal |
D. | Protected internal |
Answer» E. | |