

MCQOPTIONS
Saved Bookmarks
1. |
Which of the following is false about protected class members? |
A. | tThey begin with one underscore |
B. | tThey can be accessed by subclasses |
C. | tThey can be accessed by name mangling method |
D. | tThey can be accessed within a class |
Answer» D. tThey can be accessed within a class | |