Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is the use of "default" and "Using" keyword?

Answers were Sorted based on User's Feedback



What is the use of "default" and "Using" keyword?..

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

What is the use of "default" and "Using" keyword?..

Answer / ravi

"default" ensures the correct initialisation takes place
and "Using" ensures the disposal of object.

Is This Answer Correct ?    6 Yes 2 No

What is the use of "default" and "Using" keyword?..

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

Post New Answer

More C Sharp Interview Questions

What is xor operation?

0 Answers  


Does google use c#?

0 Answers  


Can multiple inheritance implemented in c# ?

0 Answers  


What are the characteristics of c#?

0 Answers  


Explain about c# language.

0 Answers  


What is the usage of OLE?

0 Answers   Wipro,


What is Implementation inheritance

0 Answers  


What is the difference between iqueryable and ienumerable?

0 Answers  


How many constructors can a class have in c#?

0 Answers  


Why ienumerable is used in c#?

0 Answers  


If you define a user defined data type by using the class keyword, is it a value type or reference type?

0 Answers  


Difference between multi-level and multiple inheritance?

17 Answers   Microsoft,


Categories