What is the purpose of the "protected" access modifier in Java inheritance?
A. To make a member visible to all classes in any package
B. To allow access to members within the same package and subclasses in any package
C. To hide a member from all subclasses
D. None of These
Answer: Option B
Join The Discussion