Delegates are like function pointers in C/C++ but with the added benefit of being type safe. You use delegates to call the methods of other objects. They are object-oriented function pointers since they allow a function to be invoked indirectly by using a reference to the function.
No comments:
Post a Comment