Answer Posted / 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 |
Post New Answer View All Answers
Which control is an example of an object in vb net?
What are the difference between dispose(), close(), exit(), end()?
Allowed program to auto-correct the database when loading a presentation.
Explain the difference between import system.data.sqlclient and system.data.oledb?
source code for how to login a vb.net application ?
Can you please explain the difference between authentication and authorization?
What is a static class?
i have two class that contain's two methods as same name in derived class i have to call these two methods what will happen at run time ?
What is the feature anonymous type?
How vb implements the disconnected architecture as like vb.net?
Is vb.net dead?
Explain the advantages of vb.net?
Define naming convention?
What is meant by jagged arrays?
What is the significance of delegates. Where should they be used?