--- In [email protected], "David Hamill" <[EMAIL PROTECTED]> wrote: > > Tyler asked: > > how else would you do it? it's the same in c#, too. > > Well, the language designer could specify that the > constructor must be called new() or initialize() ... or > perhaps even construct() or instantiate().
You would then need to add something else (probably the class name) to indicate what it was you were constructing eg. new ClassName.construct(). This isn't as neat as just writing new ClassName().
