Wiki Markup |
---|
According to \[[JLS Section 8.4.8.3, Requirements in Overriding and Hiding|http://java.sun.com/docs/books/jls/third_edition/html/classes.html#8.4.8.3]\]: |
"The access modifier of an overriding or hiding method must provide at least as much access as the overridden or hidden method, or a compile-time error occurs."
...
Wiki Markup |
---|
\[[JLS 05|AA. Java References#JLS 05]\] [Section 8.4.8.3, Requirements in Overriding and Hiding|http://java.sun.com/docs/books/jls/third_edition/html/classes.html#8.4.8.3] |
...
SCP00-J. Use as minimal scope as possible for all variables and methods 03. Scope (SCP) SCP02-J. Use nested classes carefully