What is callback delegate in c#?


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

Post New Answer

More C Sharp Interview Questions

When To use HashTable In C#

0 Answers   Infosys,


What is data type in c# with example?

0 Answers  


Why delegates are type safe?

0 Answers  


why sturcture ? why class?why you prefer structure and in which cases u go for class?

1 Answers   Microsoft,


Why do we use yield in c#?

0 Answers  






What is cookies 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 the main purpose of xml?

0 Answers  


Why can?t you specify the accessibility modifier for methods inside the interface?

5 Answers  


What is the difference between namespace and class?

0 Answers  


What is service contract

2 Answers   Synechron,


Is multilevel inheritance possible in c#?

0 Answers  


Categories