Q. What is the purpose of the "protected" access modifier in Java inheritance?
β
Correct Answer: (B)
To allow access to members within the same package and subclasses in any package