What is a delegate?

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


Please Help Members By Posting Answers For Below Questions

Why are c# strings immutable?

577


Explain manifest & metadata in c#.

640


Difference between type constructor and instance constructor? What is static constructor, when it will be fired? And what is its use?

626


What is dynamic dispatch?

627


Define assert() method? How does it work?

712






What do you mean by for each loop?

561


What is a dynamic assembly?

620


Difference between a sub and a function in c#.

623


Can struct have constructor c#?

584


What is the difference between internal and protected in c#?

533


What is the difference between finalize() and dispose()?

575


How do generics work in c#?

579


What is difference between the "throw" and "throw ex" in .net?

558


What is the purpose of ienumerable in c#?

584


Why is lazy loading?

568