0 votes
in C Sharp by
What are the uses of delegates in C#?

1 Answer

0 votes
by
Below are the list of uses of delegates in C# -

Callback Mechanism

Asynchronous Processing

Abstract and Encapsulate method

Multicasting

Related questions

0 votes
asked Jun 16, 2020 in C Sharp by Hodge
+1 vote
asked Apr 9, 2020 in C Sharp by GeorgeBell
...