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
What is enumerator?
What is the role of new keyword?
What are the objects in asp.net?
Why should you use delegate?
Which dll is used for microsoft .net run time?
What are the difference between structure and class?
Before in my vb app I would just load the icons from dll. How can I load the icons provided by .net dynamically?
List the types of generations in garbage collector?
What is a stream in vb.net?
Name some different types of control?
What is the difference between convert.tostring and .tostring() method?
Explain how does the xmlserializer work?
what is the advantage of option strict on?
Explain the difference between c# and vb.net?
How do you call a stored procedure in Visual Basic?