Skip to main content

What?s a delegate?

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


1.Delegates in dynamically change the reference to the
menthod in a class.

2.Delegate is a reference type variable.

Comments

Popular posts from this blog