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 difference between Boxing and Unboxing in C#



What is the difference between Boxing and Unboxing in C#..

Answer / preetha

Boxing is a process in which object instances are created
and copy values in to that instance.
Unboxing is vice versa of boxing operation where the value
is copied from the instance in to appropriate storage
location.
Below is sample code of boxing and unboxing where integer
data type is converted in to object
and then vice versa.
Dim x As Integer
83
Dim y As Object
x = 10
‘ boxing process
y = x
‘ unboxing process
x = y

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More VC++ AllOther Interview Questions

Explain some of commonly used methods provided by iunknown.

0 Answers  


What is iunknown? Explain some of commonly used methods provided by iunknown.

0 Answers  


what is the difference between the codes written in the document class and view class

1 Answers  


How can we use cmutex?

0 Answers  


What is visual c++ runtime error?

0 Answers  


What is vc++ redistributable?

0 Answers  


How many microsoft visual c++ do you need?

0 Answers  


Suppose multiple threads accessing a registry key at a time. In that case which synchronization object you will use?

4 Answers   Microsoft,


What is the purpose of a C++ namespace?

2 Answers  


What is microsoft visual c++ 2005 redistributable?

0 Answers  


what is mean [] inc what is the use of include conio.h in c

1 Answers   BirlaSoft,


What is a microsoft visual c++ 2008 redistributable?

0 Answers  


Categories