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 trace in vb.net?

1 Answers  


What is difference between metadata and manifest?

1 Answers  


What is visual basic.net culture?

1 Answers  


what is diffrence constructor and destructor in vb

1 Answers   MCN Solutions,


Explain about visual basic?

1 Answers  


Explain how can we remove handlers at run time?

0 Answers  


source code for how to login a vb.net application ?

1 Answers   MCN Solutions,


What is the DIfference between Friend and Protected Friend?

6 Answers   CTS, Sykes Enterprises, TCS,


List the types of authentication?

1 Answers  


What is the Difference between CLR & CTS?

3 Answers  


Why do you need Lock in Visual Basic?

1 Answers   CGI,


Advantage of vb.net over vb ?

6 Answers   Digital GlobalSoft,


Categories