[fpc-pascal] ppcjvm issues
Jonas Maebe
jonas at freepascal.org
Fri Jan 27 17:48:29 CET 2017
On 27/01/17 02:31, Jon Foster wrote:
> But any classes defined in Pascal provide those methods, if they descend
> from the default TObject. I think I read somewhere that classes can be
> defined that descend from the base Java class but I haven't done it.
All classes on the JVM descend from a Java class. The Java Runtime does
not support classes that don't descend directly or indirectly from
java.lang.Object.
Jonas
More information about the fpc-pascal
mailing list