what is a delegate? what it is used for?
Answer Posted / cool
Delegate is a strong type function pointer and it passes the
method signature for the class and class that has this
signature can use this delegates.
This is similar to Pointers in C and C++.
If we use this delegates for single method then this is
single case and if the method declared to more than one
method then this is called as multicast delegate object
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
how to compare numbers and dispaly the largest ? *first thing I wanted to do is to input how many numbers to be compared *and then analyzed the largest then display it.
Is it possible to have different access modifiers on the get/set methods of a property?
How many constructor can a class have?
What is marshalling in c#?
how to insert the data from the grid view to database table though button click.pls send the answer to mail id suri1319@gmail.com
How many keyword present in C# language ?
Does c# support multiple class inheritance?
Can we override constructor in c#?
What are synchronous and asynchronous operations?
Explain About .Net remoting
What benefit do you get from using a primary interop assembly (pia)?
What is the lock statement in c#?
Which attribute adorn a test class to be picked up by the NUnit GUI in the NUnit test framework?
What is the difference between selection and projection?
What are managed providers?