Buried in warnings
Buried in warnings
Posted Nov 2, 2006 10:39 UTC (Thu) by Asebe8zu (subscriber, #24600)In reply to: Buried in warnings by pcdavid
Parent article: Buried in warnings
Another very useful feature in Java without equivalent in C
is the final modifier for local variables.
When used, the compiler ensures that the variable is set
once and only once before being used.
I don't know how you would implement this in C though, without
introducing some new keyword.
