Final (Java): Difference between revisions

Content deleted Content added
Tag: section blanking
Line 133:
 
C++ const is a soft guideline and it can easily be overridden by the programmer; the programmer can easily cast a const reference to an unconst reference. Java's final is a strict rule such that you can't write a valid code that compiles, breaks or simply bypasses the final restrictions.
 
== References ==
 
{{reflist}}
 
==External links==