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
    What is a multicast delegate in C#?...
asked Jul 27, 2021 in Technology by JackTerrance
0 votes
    What is a delegate in swift?...
asked Nov 30, 2020 in Technology by JackTerrance
+1 vote
    To delegate administrative tasks for specific resource groups in Azure which?...
asked Oct 20, 2020 in Technology by JackTerrance
0 votes
    I'm working on an extension (BHO) for Internet Explorer, and having trouble attaching a .NET delegate to ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Mar 11, 2022 in Education by JackTerrance
0 votes
    I want to assign to a datatable such that. If datatable is null create a new datatable else clear ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Mar 4, 2022 in Education by JackTerrance
0 votes
    I have developed one application in which i have to detect whether user has tapped home button or whether ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Feb 16, 2022 in Education by JackTerrance
0 votes
    I have developed one application in which i have to detect whether user has tapped home button or whether ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Feb 13, 2022 in Education by JackTerrance
0 votes
    What is Business Delegate pattern?...
asked Nov 7, 2020 in Education by Editorial Staff
0 votes
    Why do we use Async and Await in C#?...
asked Jul 27, 2021 in Technology by JackTerrance
0 votes
    What do you mean by value types and reference types in C#?...
asked Jul 27, 2021 in Technology by JackTerrance
0 votes
    How you can implement nullable types in C#? explain with the syntax of Nullable type....
asked Jul 27, 2021 in Technology by JackTerrance
0 votes
    What is Garbage Collection in C#.Net?...
asked Jul 27, 2021 in Technology by JackTerrance
0 votes
    What is Reflection in C#.Net?...
asked Jul 27, 2021 in Technology by JackTerrance
0 votes
    What is the difference between method overloading and method overriding in C#?...
asked Jul 27, 2021 in Technology by JackTerrance
0 votes
    What is the difference between dispose() and finalize() methods in C#?...
asked Jul 27, 2021 in Technology by JackTerrance
...