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.
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
Post a Comment