What is the use of "default" and "Using" keyword?
Answers were Sorted based on User's Feedback
Answer / pavan kumar
"default" is a keyword which can be used in two ways
1)In switch as default label
2)In generics as default paramenter.
same as "using" key word this also used in two ways
1)For implementing the namespace into current class
2)Used to check properly dispose of object using the
IDisposable interface
| Is This Answer Correct ? | 9 Yes | 0 No |
Answer / ravi
"default" ensures the correct initialisation takes place
and "Using" ensures the disposal of object.
| Is This Answer Correct ? | 6 Yes | 2 No |
Answer / 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 |
What are partial types in c#?
why sturcture ? why class?why you prefer structure and in which cases u go for class?
What is .dbml file?
What do you mean by saying a "class is a reference type"?
Is it possible to execute multiple catch block for a single try statement?
What is the difference between as and is operators in c#?
Difference between value and reference type.
What are types of constructor?
How can you prevent classes to be inherited?
What is the purpose of the integer parse method the decimal parse method?
Can abstract class be sealed in c#?
Can dictionary have duplicate keys c#?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)