Correct Answer : Option (D) : The variable is visible to its block and to it’s derived class
Explanation : Protected members are visible to its block and to the derived classes and not visible to outside objects or variables.