1. This method is only accessible from inside the class itself and from inside all subclasses.
  2. In a class, you cannot declare methods with a lower visibility than the visibility of the class in which it is defined.
  3. From within protected methods you do not have access to public methods.
  4. This method is accessible from within the class itself and from within all classes defined in the same package as the class itself.

Share with your friends
AhmedNazir

Call

Answer: Option 4

Let'