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

How do you define a read only property in a class module?

0 Answers  


what is the advantage of option strict on?

0 Answers  


Explain how does the xmlserializer work?

0 Answers  


Explain about jagged arrarys ?

0 Answers  


what is vb.net

1 Answers   TCS,






How do you validate Date by using which validation Control?

4 Answers   HCL, iQuest,


Explain how the .net framework performs automatic memory management.

0 Answers  


What is the feature anonymous type?

0 Answers  


What is the Common Language Runtime?

10 Answers   Ksb,


What is sealed class?

0 Answers  


Did vb6 support multi-threading ?

0 Answers  


hey friends, Firstly I pick the records from the database into the DataGridView, Then I want that If I made any changes to the records in the GridView & Click on Update Button, Changes are Reflected into the main Database .Plz do reply back

4 Answers  


Categories