Why using delegate and example ??? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Why using delegate and example ???

26th Nov 2016, 1:20 AM
Tamil Karthi
Tamil Karthi - avatar
2 Answers
26th Nov 2016, 3:45 AM
Maurizio Urso
Maurizio Urso - avatar
+ 2
Delegates is a useful, flexible and powerful technique. I will give you a basic explaination but reading the c# reference page would give a better explaination. Firstly a delegate is basically reference type variable used to reference methods, you can think of them as C++ function pointers but C# delegates are type safe. Delegates can also be used to pass a method reference to another methods argument. Like i said they are flexible and you can do alot with them. Read the microsoft c# reference page for more info.
27th Nov 2016, 12:10 AM
Ousmane Diaw