Hi,
I'm pretty new with c#. And i'm learning now about delegates. I understand what they are (i think...) and how to use them. But i don't understand why would I need \ want to use them in the first place ?
from what i get (which is probably wrong) - a delegate is just a reference to a method...so why not call the method directly ?
And if it's about calling a few methods in one call - why not build a "Master" method that calls all the other ones ?
In other words - i think i know the WHAT and HOW...but i still don't get the WHY...very confusing...as i'm sure they're there for a good reason which i just don't seem to understand...
any help is appreciated...
tnx in adv. guys (-!