Content deleted Content added
Removed sentence "Restricted subclasses are often referred to as "soft final" classes". This comes from Eclipse documentation, and does not apply to Java generally. These terms to not occur in the Oracle documentation. |
m →Blank final: Update a broken reference link. |
||
Line 124:
===Blank final===
The '''blank final''', which was introduced in Java 1.1, is a final variable whose declaration lacks an initializer.<ref>{{cite book|last=Flanagan|first=David |title=Java in a Nutshell|url=http://web.deu.edu.tr/doc/oreily/java/javanut/ch05_06.htm|edition=2nd|date=May 1997 |publisher=O'Reilly|isbn=1-56592-262-X|chapter=Chapter 5 Inner Classes and Other New Language Features:5.6 Other New Features of Java 1.1}}</ref><ref>{{cite web|url=http://
==C/C++ analog of final variables==
|