7
Reply

What is difference between boxing and unboxing?

Mahesh Chand

Mahesh Chand

Jul 12, 2006
12.9k
1

    Refer to below link http://dotnettec.com/difference-between-boxing-and-unboxing-in-c-sharp/

    Ravi Kumar
    December 18, 2017
    0

    Refer to this ..

    Ravi Kumar
    December 18, 2017
    0

    boxing = value type to reference type this is called boxing.unboxing = reference type to value type this is called unboxing.

    shekhar kumar
    April 01, 2013
    0

    Please refer to the following link to know the differences between Boxing and Unboxing,http://onlydifferencefaqs.blogspot.in/2012/08/difference-between-boxing-and-unboxing.html

    Umar Ali
    September 01, 2012
    0

    Implicit conversion of value type to reference type of a variable is known as BOXING, for example integer to object type conversion. Conversion of reference type variable back to value type is called as UnBoxing.

    Aboobakkar Siddeq
    June 28, 2012
    0

    Boxing is the conversion of value type to an object type.Unboxing is the conversion of object type to value type

    sathish kumar
    June 13, 2012
    0

    Boxing: is converting value type to reference type

    unboxing: is converting reference type to value type

    siva
    July 29, 2006
    0