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 can I get around scope problems in a try/catch?
Explain the difference between abstract class and interface in .net?
How to handle exceptions that are raised in a component?
What is the difference between yield and return?
If c# destructors are so different to c++ destructors, why did ms use the same syntax?
Which is faster array or arraylist in c#?
Which debugging tools you can use in the .NET ssSDK?
What is Co- and Contra-Variance in C#?
What is the usage of transponders?
Is there an equivalent to the instanceof operator in visual j++?
What is inheritance in csharp?
What is a property in c#?
Are c# references the same as c++ references?
What is alias in c#?
What is a struct in C#?