What is the use of "default" and "Using" keyword?
Answer Posted / kamil
If expression does not match any constant-expression, control is transferred to
the statement(s) that follow the optional default label. If there is no default
label, control is transferred outside the switch.
| Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
How do you create dlls in .NET
Can we inherit singleton class in c#?
How a two-dimensional array declared in C#?
Is there an equivalent to the instanceof operator in visual j++?
Define xslt.
What is asax file in c#?
What is as keyword in c#?
If you define a user defined data type by using the struct keyword, is it a value type or reference type?
What is array formula?
What is anonymous method in c#?
In which order the destructor is called for an inherited class?
what is an event? Define delegate?
What are the Types of configuration files and their differences
Define a partial class?
Describe an interface class?