Thursday, 31 March 2016

What are the uses of delegates in C#?

Below are the list of uses of delegates in C# -
  • Callback Mechanism
  • Asynchronous Processing
  • Abstract and Encapsulate method
  • Multicasting

No comments:

Post a Comment