Answer Posted / anuj
Delegate is a class having no body, whose object can store
the reference of method of some another class...
example :
public delegate void del();
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How to do and Apply Themes to Datagrid,Lable,Textbox,etc., in C#.NET 2005 Windows Application? (like who we will do themes in ASP.NET using .CSS and .SKIN files). Urgent!!
What is Satellite Assemblies ?
Explain how to use an extender provider in the project.
What is the relation between classes and objects?
Is comparator a functional interface?
How is a string immutable?
How many types of delegates are there in c#?
Explain the difference between object type and dynamic type variables in c#?
What is multidimensional array in c#?
What is field in c#?
Explain the role of the datareader class in ado.net connections?
What is the difference between System.console.WriteLine() and System.console.Write() function?example?
Why linq is having select clause at the end?
What is array formula?
Why do we override in c#?