What is the delegate in c#?


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

Post New Answer

More C Sharp Interview Questions

What is assembly c#?

0 Answers  


Is as operator in c#?

0 Answers  


What is the difference between int.Parse() and Convert.toInt32().

2 Answers  


What is string in c# net?

0 Answers  


Enlist all the components of an ado.net framework?

0 Answers  






what is overloading & overriding

3 Answers   Fulcrum Logic, Synergy,


Can a class have multiple constructors c#?

0 Answers  


Trace the O/p for a program on inheritance and Polymorphism. 3 classes A,B,C A with two methods public virtual SomeMethodA public virtual SomemoreMethodA B:A overide virtual SomeMethodA C:B new Method SomeMethodA override SomeMoreMethodA main method { b new instance of B b.SomeMethodA b.SomeMoreMethodA b1 new instance of C b1.SomeMethodA b1.SomeMoreMethodA }

1 Answers  


What is concrete method in c#?

0 Answers  


In .NET how can you solve the DLL Hell problem?

0 Answers   Siebel,


Why are c# strings immutable?

0 Answers  


What is the ouput of the following program?

0 Answers  


Categories