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
Is object an int c#?
Why c# is called c sharp?
Define c# i/o classes?
What are All kind of access specifiers for a class and for methods
Explain the working of serialization?
Explain states of a thread in c#?
Can a constructor have a return type?
Write a console application and implement the ternary operator to decide whether the age a user entered after being prompted is allowed to vote or not(given that only citizens between 18 and 120 years only inclusive can vote). Use exception handling for non-numerical input.
What is the use of console?
Differentiate between response.expires and response.expiresabsolute?
What is an interface class? Give one example of it
What are the steps for creating clr trigger
How do I run managed code in a process?
Why is c# used?
Why reflection is used in c#?