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 |
How do you initiate a string without escaping each backslash ?
How does the 'page lifecycle' of asp.net mvc works?
Explain the advantages of asp.net mvc over asp.net?
Will there be a .net compact framework 3.0 release with release of .net framework 3.0?
What does CLR do after the IL is generated and machine language is generated .Will it look for main method ?
How does servicing work for the .net framework 3.0? If I install the .net framework 3.0, can I get service updates for the .net framework 2.0?
What is viewstart page in mvc?
Where does web.config info stored? Will this be stored in the registry ?
1 Answers Accenture, BirlaSoft,
i want to take the fast track training on >net Frame work and work flows and share point could you tellme the good institutes for that cources
What is latest version of .net framework?
What are the major improvements provided by the common language runtime and the base class libraries? Or what are the major improvements in .net framework 4.0?
What is the difference between string and String