what is delegates

Answers were Sorted based on User's Feedback



what is delegates..

Answer / niketh

Delegates are references to Methods. Using Delegates we can pass Methods of similar signature as parameters

Ex: Delegate string MyDelegate (string s, string p)

Is This Answer Correct ?    3 Yes 1 No

what is delegates..

Answer / ananthi

A Delegate can be defined as a safe function pointer it
encapsulates the memory address of function in our code.

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More VB.NET Interview Questions

What is an application domain? how they get created?

0 Answers  


How to create Crystal Report in vb.net with coding

1 Answers   A3Logics, Ascent, TCS,


difference between control and component more than one differences

0 Answers  


difference between checkbox vs radiobutton??

0 Answers  


What are option strict and option explicit?

0 Answers  






Name the two main parts of .net?

0 Answers  


What is code access security?

0 Answers  


How do you validate Date by using which validation Control?

4 Answers   HCL, iQuest,


What is the significance of delegates. Where should they be used? What are the situations where we require them?

0 Answers  


Explain the difference between datatable and dataset?

0 Answers  


what are the types of threading models in VB.net ?

1 Answers   Satyam,


Why do you need Lock in Visual Basic?

0 Answers   CGI,


Categories