What is a callback c#?



What is a callback c#?..

Answer / Pratigya Chaudhary

A callback in C# is a method that is passed as an argument to other methods. It allows a lower-level function to call a higher-level function back, which can then perform additional actions.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More C Sharp Interview Questions

what class is underneath the sortedlist class?

1 Answers   Siebel Systems,


what is the difference between .dll and .exe

1 Answers   HCL,


What are some examples of desktop applications?

1 Answers  


What do you mean by synchronous and asynchronous operations?

1 Answers  


Can properties be overloaded in c#?

1 Answers  


What are access modifiers used for?

1 Answers  


What is writeline in c#?

1 Answers  


How more than one version of an assembly can keep in same place?

1 Answers  


What is meant by generics in c#?

1 Answers  


What is the default boolean value in c#?

1 Answers  


Where do you add an event handler ?

1 Answers  


Define assert() method? How does it work?

1 Answers   Siebel,


Categories