What are delegates?where are they used
Answer / kirti
A delegate defines a reference type that can be used to encapsulate a method with a specific signature. A delegate instance encapsulates a static or an instance method. Delegates are roughly similar to function pointers in C++; however, delegates are type-safe and secure.
When do you use virtual keyword ?.
When we need to override a method of the base class in the sub class, then we give the virtual keyword in the base class method. This makes the method in the base class to be overridable. Methods, properties, and indexers can be virtual, which means that their implementation can be overridden in derived classes.
| Is This Answer Correct ? | 0 Yes | 0 No |
please tell me the best book of asp.net in the markit. which explain in simple and detail.
Can I add asp.net mvc testcases in visual studio express?
In which circumstances you used delegates?
Does Tempdata hold the data for other request in ASP.Net MVC?
Explain how you can implement Ajax in MVC?
Explain unit test done by tester on development team?
Is razor a server side?
i just want to write an exam regarding .net?plz give me information about taking a test?where to pay 4 d exam,exam centre?
Difference between manifest , metadata?
3 Answers Soma Technology, TCS,
What is the .net framework?
Why we need a separate mobile project template, while we can render our web application in mobile ?
explain why t4 entity is important in entity framework?