Answer Posted / mahesh babu ummaneni
Deligate is nothing but method pointer.using this we can call nomber of time of single method or multiple methods
we dont need call metod directly
we want call deligate it will call methods
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Why are c# strings immutable?
Explain manifest & metadata in c#.
Difference between type constructor and instance constructor? What is static constructor, when it will be fired? And what is its use?
What is dynamic dispatch?
Define assert() method? How does it work?
What do you mean by for each loop?
What is a dynamic assembly?
Difference between a sub and a function in c#.
Can struct have constructor c#?
What is the difference between internal and protected in c#?
What is the difference between finalize() and dispose()?
How do generics work in c#?
What is difference between the "throw" and "throw ex" in .net?
What is the purpose of ienumerable in c#?
Why is lazy loading?