Answer Posted / anil chauhan
In C# delegate is a class which contain the referance of a
function. or we can say that it is an function pointer.
and Event are the action performed by the user such as
mouse click elc.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What is the relation between classes and objects?
Can you create an instance of a static class?
What is the use of 'using' statement in c#?
What is a scope in c#?
how to insert the data from the grid view to database table though button click.pls send the answer to mail id suri1319@gmail.com
What is oledb in c#?
Explain about CTS?
Explain the three services model (three-tier application). Presentation (ui), business (logic and underlying code) and data (from storage or other sources).
Is namespace necessary in c#?
What is the purpose of abstract class in c#?
What is concrete method in c#?
If multiple interfaces are inherited and they have conflicting method names; What will happen ?
What is concrete class in c#?
Explain the difference between // comments, /* */ comments and /// comments?
What is the main method in c#?