MCQOPTIONS
Saved Bookmarks
| 1. |
What of the following describes protected access specifier? |
| A. | The variable is visible only outside inside the block |
| B. | The variable is visible everywhere |
| C. | The variable is visible to its block and to it’s derived class |
| D. | None of these |
| Answer» D. None of these | |