-
What of the following describes protected access specifier?
-
- The variable is visible everywhere
- The variable is visible to its block and to it’s derived class
- The variable is visible only outside inside the block
- All of above
- None of these
Correct Option: B
The variable is visible to its block and to it’s derived class