What is Delegate? Have ever used Delegates in your project.



What is Delegate? Have ever used Delegates in your project...

Answer / suren

A delegate object encapsulates a reference to a method. In
C++ they were referred to as function pointers.

Is This Answer Correct ?    4 Yes 2 No

Post New Answer

More Dot Net General Interview Questions

Do you know what is .net standard?

0 Answers  


Who is using .net core?

0 Answers  


Is atl redundant in the .net world?

0 Answers  


What is the native image generator?

0 Answers  


Is there any inbuilt tool or command provided by .NET to view the code inside the assembly?

0 Answers   CitiusTech,






What is lazy initialization?

0 Answers  


Explain garbage collection?

0 Answers  


Explain the difference between managed and unmanaged code?

0 Answers  


i have 2 functions, int add(int a,int b); double add(int a,int b); does this code implement overloading? if not what will be the error?

4 Answers   Deloitte,


What are the properties of ADO.NET?

0 Answers   Amdocs,


Please explain what do the terms “boxing” and “unboxing” mean?

0 Answers  


Describe difference between inline and code-behind?

0 Answers  


Categories