What is a delegate?

What is a delegate?
A delegate is signature to a method and delegate objects is a reference to a method. In C++ they were referred to as function pointers but with a major difference that delegates can be multicast but function pointers cant be.

No comments: