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
What are access modifiers in c#?
What is hashmap in c#?
How do you declare an arraylist?
Is c# good for web development?
What is winforms c#?
Explain the 3 types of properties in c# with an example?
What are the drawbacks of extending an interface as opposed to extending a class?
Is string nullable in c#?
What is concrete method in c#?
Define c# i/o classes?
How to exclude a property from xml serialization?
What is the data type for bit in c#?
What is a must for multitasking
Why are strings in c# immutable?
What is the solution if you need to manipulate sets of items?