Content deleted Content added
→Final methods: this is just obnoxious |
|||
(One intermediate revision by the same user not shown) | |||
Line 10:
Example:
<syntaxhighlight lang="java">
public final class
// ...
}
// Forbidden
public class DerivedClass extends FinalClass {
// ...
}
</syntaxhighlight>
|