Why can't you reduce the visibility of a method in a Java subclass?

Viewed 12677

Why does the compiler give an error message when you reduce the visibility of a method while overriding it in the subclass?

3 Answers
Related