That's correct.
When the class and method names are identical, you have a constructor,
so you need to put the "new_" in front of the name.
You can define your own constructors in Ada, but you need to use
special pragmas to tell the Java system (which is very picky about the
rules governing constructors).
You may go to the next section.
You may also:
David A. Wheeler (dwheeler@dwheeler.com)
The master copy of this file is at
"http://www.adahome.com/Tutorials/Lovelace/s16s6r3.htm".