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
What is a Managed Code??
What are the principles of delegation?
What is reflection in c#?
Can you inherit from a static class in c#?
Give an example of a directcast.
How do I download a program to my desktop?
How to Show Message box in Metro Style App?
Where do I put dll files?
What is the difference between Singleton design pattern and Factory design pattern?
What is string method in c#?
Why we use extension method in c#?
Explain the advantage of using system.text.stringbuilder over system.string?
How many types of interface are there in c#?
Distinguish between continue and break statement?
What is the difference between yield and return?