Delegate

What is meant by Delegate?

E

Expert

Verified

Delegate is similar to a class which is used for the purpose of storing the reference to a method and invoking that method at the runtime, whenever required. A Delegate is able to hold the reference of only those methods whose signatures are similar to that of the delegate. Examples of delegates are: type-safe functions, callbacks or pointers.

   Related Questions in DOT NET Programming

©TutorsGlobe All rights reserved 2022-2023.