Get Answers to all your Questions

header-bg qa

Can anybody explain What is delegates concept in C-Sharp Language?

Answers (1)

best_answer

Delegates are used to implement events and call-back methods. It is a reference type variable which holds the reference to a method.

Posted by

Deependra Verma

View full answer