

MCQOPTIONS
Saved Bookmarks
1. |
How can a protected modifier be accessed? |
A. | accessible only within the class |
B. | accessible only within package |
C. | accessible within package and outside the package but through inheritance only |
D. | accessible by all |
Answer» D. accessible by all | |