Styrow.dev
Question 242 of 247
Java Topic: General medium

What is protected access modifier?

Question

What is protected access modifier?

Answer

Variables, methods and constructors which are declared protected in a superclass can be accessed only by the subclasses in other package or any class within the package of the protected members’ class.