What is a delegate in c#?



What is a delegate in c#?..

Answer / Anjani Kumar Srivastava

A C# delegate is a type that represents methods with a specific return type and parameters. Delegates allow you to pass methods as arguments to other methods, creating higher-order functions.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

What is difference between method overriding and method overloading?

1 Answers  


What is the use of base keyword? Tell me a practical example for base keyword’s usage?

1 Answers  


What is the default value of singleordefault?

1 Answers  


What is the difference between System.String and System.StringBuilder classes?

9 Answers  


How to use exception handling in stored procedure?

1 Answers   Wipro,


What is the difference between array and arraylist in c#?

1 Answers  


What is the difference between c and c sharp?

1 Answers  


How to implement a singleton design pattern in c#?

1 Answers  


What is an enumerator in c#?

1 Answers  


What is a three-tier application.

1 Answers   Siebel,


What are the steps to make an assembly to public?

1 Answers  


What is string programming language?

1 Answers  


Categories