Simple example showing what happens in calling virtual methods in Java constructors.
First published on December 19, 2007 java_subdolo_errore_1
$ javac -Xlint:all XConstructorWrong.java
$ java XConstructorWrong
null
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Simple example showing what happens in calling virtual methods in Java constructors.
First published on December 19, 2007 java_subdolo_errore_1
$ javac -Xlint:all XConstructorWrong.java
$ java XConstructorWrong
null