On a quest for the silver bullet..

Currently browsing posts found in December2007


Delegates, the Interface for methods

Number of Comments » 3

So, what’s with function pointers or delegates as .Net calls them? The Java-community hasn’t really been there, and the GOF-design patterns doesn’t really describe the use of them. They speak of interfaces.
Being a C# and Java developer, and thus a classical OO-guy, I haven’t really paid much attention to function pointers as a concept. [...]