What is func delegate in c#?



What is func delegate in c#?..

Answer / Devi Dayal

A Delegate in C# is a type that references a method. It allows to invoke methods with a specific parameter list and return type without having to know the actual method to which it refers at compile time.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

Difference between value and reference type. What are value types and reference types?

1 Answers  


Why do we use hashtable in c#?

1 Answers  


How do I use the 'using' keyword with multiple objects?

1 Answers  


What's different between c# and c/c++?

1 Answers  


What is the difference between list and arraylist c#?

1 Answers  


Are c# strings immutable?

1 Answers  


Describe the ways of cleaning up objects in c#.

1 Answers  


What is the difference between struct and class in c#?

4 Answers  


What is desktop application testing?

1 Answers  


What is the difference between parse and tryparse in c#?

1 Answers  


What is console write in c#?

1 Answers  


Define sealed classes in c#?

1 Answers  


Categories