1. Compiles successfully and print
  2. Compiles successfully and print
  3. Compile time error
  4. Run Time error
  5. None of This

Share with your friends
AhmedNazir

Call

Answer: Option 3

We cannot reduce the visibility of the inherited method from super class. If the overridden or hidden method is public, then the overriding or hiding method must be public; otherwise, a compile-time error occurs. If the overridden or hidden method is protected, then the overriding or hiding method must be protected or public; otherwise, a compile-time error occurs. If the overridden or hidden method has default (package) access, then the overriding or hiding method must not be private; otherwise, a compile-time error occurs.

Talk Doctor Online in Bissoy App