What is func delegate in c#?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Sharp Interview Questions

Constructor to an arbitrary base constructor?

0 Answers  


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

0 Answers  


Can a class have multiple constructors c#?

0 Answers  


what is the need of using interface in program ex:if we have a program like this interface1() { void method1(); void method(); } class a1 : interface1 { a1 b = new b(); b.method1(); b.method2(); } so without using interface also we can achieve this then wat is the need to use the interface? plz give me the answer

1 Answers  


Explain the different types of delegates used in c#.

0 Answers  






What do you mean by streamreader/streamwriter class in c#?

0 Answers  


What is a linked list c#?

0 Answers  


Which are the access modifiers available in c#?

0 Answers  


What is nameof c#?

0 Answers  


Why multiple inheritance is not possible in c#

8 Answers  


Why abstract class is not instantiated in c#?

0 Answers  


What is console application with example?

0 Answers  


Categories