You need to enable JavaScript to view more than 15 articles by this author.
A Java Programmer Looks at C# Delegates Publish Date: May. 21, 2003
While C# has taken many features from Java, it's added other interesting ideas. One is delegation; C# treats methods as first-class objects. Steven Lewis and Wilhelm Fitzpatrick explain delegates and provide a working Java implementation.