A
Arne Vajhøj
Ben said:In Java, the call to the base constructor doesn't have to be first.
Yes - it does.
It is a method call inside the { }, but it need to be the first
statement, so the difference if purely syntactical.
Arne