Page 1 of 1

Which of the following describes the protected access specifier?

Posted: Wed Jul 13, 2022 7:52 pm
by answerhappygod
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) The variable is not visible to its block