what are delegates? How you used then in your project?
Answer Posted / deepti
delegates just like a pointers,its nothing but hold the
address of a variable..
There r two types of delegates:
1) Single Delegates: it calls only one method.
2) Multiple Delegates: it calls multiple methods.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
Which types of inheritances does c# support?
Why delegates are type safe in c#?
What’s a strong name?
what is a static constructor?
Is namespace a class?
What is a decimal c#?
What are types of constructor?
What is session state in asp net c# with example?
Why do I get a "cs5001: does not have an entry point defined" error when compiling?
What language is arduino?
What is remote data?
Write a syntax for writing a event delegate.
Differentiate between the public and private ?
Will the following code compile?
What is wpf application in c#?