1.

What's A Delegate?

Answer»

A DELEGATE OBJECT encapsulates a reference to a method. In C++ they were referred to as FUNCTION POINTERS.

A delegate object encapsulates a reference to a method. In C++ they were referred to as function pointers.



Discussion

No Comment Found