• Tutorials
  • Courses
  • Tracks

C# | Delegates | Q-1

Last Updated :
Discuss
Comments

What is a delegate in C#?

A type that stores variables

A type-safe function pointer that references and invokes methods

A class for event handling only

A method without a name

Tags:
Share your thoughts in the comments
Article Tags :