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...

Hi to everybody. Lastweek i had taken an interview on c#.
They ask what is boxing & unboxing, Masking.Please tell the
answer and it is useful for me.

Answer Posted / mr. d

class Test
{
static void Main()
{
int i = 1;
object o = i; // boxing
int j = (int) o; // unboxing
}
}

Is This Answer Correct ?    10 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do you concatenate in c#?

977


What is the meaning of MSIL?

1364


What is append in c#?

925


Why do we use static methods in c#?

1063


Explane each and every methods of nterface Queue? Explain About performance issues on retrieving records

1124


What is the difference between asp net and c#?

981


How you will create satellite assemblies?

1034


Can abstract class have constructor?

931


What is the difference between list and arraylist in c#?

931


What is generic in c#?

914


What are the types of class in c#?

1181


What is instantiating a class in c#?

1115


Explain the difference between access specifier and access modifier in c#?

1043


What is difference between === and ==?

951


What is ienumerable <> in c#?

962