Delegate say what..... | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Delegate say what.....

I am having a hard time processing what a Delegate is and how to use it .... correctly. Any assistance would be great! Thanks #cs

9th Oct 2018, 5:21 PM
joshua zimmerman
joshua zimmerman - avatar
1 Answer
0
A delegate, is like a dynamic function.. You can add methods to it, and remove them as you wish, and delegates allow you to subscribe some sort of "events" and how to treat them. There are a bunch of tutorials and documentations online that explain it way better than I did. Good luck!
5th Jan 2019, 1:38 PM
coddy
coddy - avatar