If a method is declared as protected, where may the method be accessed? Ans. A protected method may only be accessed by classes or interfaces of the same package or by subclasses of the class in which it is declared. - Study24x7
Social learning Network
31 Oct 2023 11:56 AM study24x7 study24x7

If a method is declared as protected, where may the method be accessed? Ans. A protected method may only be accessed by classes or interfaces of the same package or by subclasses of the class in which it is declared.

study24x7
Write a comment
Related Questions
500+   more Questions to answer
Most Related Articles