What are callback methods in c#?


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

Post New Answer

More C Sharp Interview Questions

Explain code compilation in c#.

0 Answers  


Why do we need abstraction in c#?

0 Answers  


Is and as keyword in c# net?

0 Answers  


What is the difference between TypeOf, GetType and what are the uses of TypeOf, GetType.

2 Answers   Siemens, Syntel,


Why do we Need of static class in c#?

0 Answers   NA,






Can we override interface methods in c#?

0 Answers  


Consider the following pieces of C# code: a. interface I1 {/*......*/} interface I2 {/*......*/} struct Point : I1,I2 {/* ..... */} b. struct Book{ int bookId; struct Book b; } c. using M=Mystruct; struct MyStruct{ int id; } class MyClass{ static void Main(string[] args){ M m = new M(); } } d. struct Sample{ Sample ref x; } Which of the above are correct? Choose one of the options below. a, c and d are right a only right a and c are right d only wrong None of the listed options

3 Answers  


How can you read 3rd line from a text file?

0 Answers  


why C#.net doesnot support prcedures and why it supports structs,functions

1 Answers  


How do you clear a list in c#?

0 Answers  


what is the purpose of using statement in c#

0 Answers   Cognizant,


In all methods of an interface should be derived?

5 Answers  


Categories