How are delegates in C# better than function pointers in C/C++?
- by pecker
The delegates in C# offer similar functionality as function pointers in C. I heard someone saying "C# delegates are actually better than function pointers in C". How come? Please explain with an example.