what are delegates? How you used then in your project?
Answer Posted / shafi syed
Delegates are nothing but refer to methods. so u call the
method through delegate and pass the method as
parameter...that's it.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is appdomain in c#?
Which program construct must return a value?
What is the difference between “dispose” and “finalize” variables in c#?
What is multithreading with .net?
What is the difference between throw and throw ex?
in object oriented programming, how would you describe encapsulation?
Is it possible to restrict the scope of a field/method of a class to the classes in the same namespace?
What is Assembly. and Describe type of assembly. why most developer happy with private assembly.
Is c# substring zero based?
Can var be null c#?
In a site to turn off cookies for one page which method is followed?
Is int a class in c#?
What is difference between value and reference types in C#.NET
How to install or uninstall a windows service?
What is an example of delegation?