Login
Remember
Register
Ask a Question
What are the uses of delegates in C#?
0
votes
asked
Oct 18, 2019
in
C Sharp
by
Robin
What are the uses of delegates in C#?
uses-of-delegates
delegates-uses-
c#-delegates
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Oct 18, 2019
by
rajeshsharma
Below are the list of uses of delegates in C# -
Callback Mechanism
Asynchronous Processing
Abstract and Encapsulate method
Multicasting
...