What’s a delegate?
sai
Delegate is a function pointer. It is like pointer in C, C++ . Delegate is used in Event Handler.