Define delegate in c#?



Define delegate in c#?..

Answer / Amit Kumar Garkoti

A Delegate in C# is a user-defined data type that represents methods with a specific signature and can be used to encapsulate multiple methods, allowing them to be invoked as objects.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

what is CSharp

6 Answers  


Can the nested class access, the containing class. Give an example?

1 Answers  


What is difference between private and protected in c#?

1 Answers  


Differentiate between static class and singleton instance?

1 Answers  


What is default value of bool in c#?

1 Answers  


What is a console operator?

1 Answers  


What is meant by desktop application?

1 Answers  


What does console readline do?

1 Answers  


What is the use of static members with example using c#.net.

1 Answers  


how can your software identify which version of dot net framework install in client pc and install framework accordingly

2 Answers   pspl,


What is constants in c#?

1 Answers  


what are the bugs are faced in a project

3 Answers   Accenture,


Categories