Anonomous class instances
Bill Baxter
dnewsgroup at billbaxter.com
Sun Apr 6 09:43:22 PDT 2008
I see a lot of this in the DWT examples:
new class() Listener { ... }
Didn't even know you could do that till I saw it in DWT. But I just now
ran across an example like this:
new class Listener { ... }
Is there a difference? If I had to guess I'd say the first one was
creating a no-argument anonymous class template, but I have no idea why
you'd want that instead of a regular anonymous class.
--bb
More information about the Digitalmars-d-dwt
mailing list