what is Anonymous Method.? and
What is shadowing?
Answer Posted / guest
methods with no names are called as annonymous methods
when two or more programing elements eg.a method has same
name that of other then one method is hiden and has no
reference this is known as shadowing
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
How many types of delegates are there in c#?
What is a verbatim string literal and why do we use it?
Explain states of a thread in c#?
What are c# i/o classes?
What is difference between variable and property in c#?
What is asynchronous one-way calls?
If a class derives from another class, will the derived class automatically contain all the public, protected, and internal members of the base class?
What are indexers in c# .net?
What is an xsd file?
i want o/p 011242110 in c# code.
What is data type c#?
What is boxing & unboxing?
Which control cannot be placed in mdi?
How is lazy loading achieved?
how to sort an array in c#