Question:When a variable is of the type protected, it is accessible in:
A all child classes irrespective of the package
B only child classes in the same package
C only child classes outside the current package
D not accessible in any of the child classes.
+ AnswerA
+ Report