Wednesday, 23 January 2019

What is Delegates

What is Delegates?

Answer:


Delegates are a type-safe, object-oriented implementation of function pointers and are used in many situations where a component needs to call back to the component that is using it.

No comments:

Post a Comment