On Tue, Dec 20, 2011 at 1:00 AM, Paul Ishenin <[email protected]> wrote: > Final methods can't be overriden in the descendants. But what are final > fields for?
I think they are the way to write a constant in Java. Because they have no procedural elements, they need to work around with class elements to do everything. -- Felipe Monteiro de Carvalho _______________________________________________ fpc-devel maillist - [email protected] http://lists.freepascal.org/mailman/listinfo/fpc-devel
