0 votes
in C Sharp by
What is delegate in C#?

1 Answer

0 votes
by

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

Related questions

0 votes
0 votes
asked Mar 5, 2020 in C Sharp by JackTerrance
0 votes
asked Aug 17, 2023 in C Sharp by GeorgeBell
0 votes
asked Jun 16, 2020 in C Sharp by Hodge
...