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 |
What is the file extension used for C++ class implementation files?
What is cwinthread class? Explain its advantages.
what are the advantages of VC++ design environment
What is visual c++ 2010 redistributable package x64?
What is command routing in VC++
Is visual c++ a compiler?
How a dll will be sharable by more than one exe?
what r the vc++ components
What is difference between c++ and visual c++?
Can I delete old microsoft visual c++?
TO start the build process in Developer Studio Which keyboard function is used ?
What Is Your Greatest Weakness?
4 Answers Apple, Infosys, IOCL, Servion, TCS, VisionTek,