Define delegation in .net?



Define delegation in .net?..

Answer / Satish Chadhary

Delegation in .NET refers to the process of creating a method (delegate) that represents other methods with similar signatures. Delegates are used for event handling, asynchronous programming, and other advanced programming scenarios.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

What is default boolean value in c#?

1 Answers  


Does c# support templates?

1 Answers  


What is args c#?

1 Answers  


What is use of singleton class in c#?

1 Answers  


What does question mark mean in c#?

1 Answers  


What are the different approaches of passing parameters to a method?

1 Answers  


How to install or uninstall a windows service?

1 Answers  


Explain About delegates

1 Answers   TCS,


Why data types are important?

1 Answers  


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

1 Answers  


What are reflections in c#?

1 Answers  


Why attributes are used in c#?

1 Answers  


Categories