what are delegates? How you used then in your project?

Answer Posted / muhammad usman

Delegate is a type which holds the method(s) referance in
an object, it is also refered as type safe funcation.
Like Pointer fucation in C++

Is This Answer Correct ?    5 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the three services model (three-tier application). Presentation (ui), business (logic and underlying code) and data (from storage or other sources).

669


Write the difference between TypeOf and GetType?

770


Can abstract class have constructor c#?

625


Explain a MSIL ? Why is it appreciated by all developers?

814


Can property be private in c#?

669


What is different between Implicit conversion and Explicit conversion in C#?

698


What is an ienumerable in c#?

708


What is datatable in c#?

655


What is the difference between returning iqueryable vs ienumerable?

672


Explain manifest & metadata in c#.

729


What is the boxing and unboxing in c#?

669


Why main is static in c#?

759


What is main thread in c#?

682


Can you explain template pattern?

750


What does return do in for loop?

664