Boxing in .Net allows the user to convert

Options
- a interger type to double
- a reference type to a value type
- a value type to a reference type
- a double type to interger


CORRECT ANSWER : a value type to a reference type

Discussion Board
.NET

From definition of boxing and un-boxing,a value type is converted in to reference type is called as BOXING.That reference type is converted in to value type is called as UNBOXING.

EX: [INT(VALUE TYPE)] CONVERT [STRING(REFERNCE TYPE)] - BOXING


adeeb 10-25-2013 05:35 AM

Write your comments


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement