what is a delegate? what it is used for?
Answer Posted / ranjith
Delegate is nothing but a Function pointer,which stores the
address of a method.
These of two types
1)simple delegate:which stores the address of the method.
2)multi cast delegate: which stored the address of multiple
methods.
Generally Delegates are used for EVENT HANDLING and GENERIC
ROUTINES
| Is This Answer Correct ? | 22 Yes | 3 No |
Post New Answer View All Answers
What is the purpose of a console table?
In which order the constructor is called for an inherited class?
How can I create image pieces/sub image?
Are private members inherited in c#?
What are Indexers in C#?
How to use nullable types in .net?
What do u mean by thread safe?
What is a concrete class in c#?
What is main thread in c#?
Which string method is used for concatenation of two strings in c#?
What are the applications of c#?
Why do we write system in c#?
What is the purpose of ienumerable in c#?
What is a float?
Is c sharp open source?