Home / Questions / What is delegate in C#?
Explanatory Question

What is delegate in C#?

👁 518 Views
📘 Detailed Answer
🕒 Easy to Read
Read the answer carefully and go through the related questions on the right side to improve your understanding of this topic.

Answer with Explanation

A delegate in C# is an object that holds the reference to a method. It is like function pointer in C++.