Someone asked about the support of anonymous classes within the .NET Framework yesterday at our monthly user group meeting.  At the time, I didn’t realize that I said that the .NET Framework does not support anonymous classes.  I apologize for this incorrect statement!!  The framework does support anonymous classes ONLY in J#.  Why?  Well, anonymous classes is a feature of the Java language.

If you want to know more about how anonymous classes work, check out my earlier post.