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
Explain cls?
What are the advantages of VB.NET?
How would you implement inheritance using vb.net?
What is branching logic control in VB.NET?
Explain about visual basic.net?
How do you call a stored procedure in Visual Basic?
What is writeline in vb.net?
What are all the differences between dispose and finalize()?
Which properties are used to bind a DataGridView control?
What is the difference between import system.data.sqlclient and system.data.oledb?
What are the parts of the visual basic control?
Explain jagged array in vb.net?
How to run a dos command in vb.net?
What are the difference between structure and class?
Explain option explicit?