Mahesh Chand
What is difference between boxing and unboxing?
By Mahesh Chand in ASP.NET on Jul 12 2006
  • Ravi Kumar
    Dec, 2017 18

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

    • 0
  • Ravi Kumar
    Dec, 2017 18

    Refer to this ..

    • 0
  • shekhar kumar
    Apr, 2013 1

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

    • 0
  • Umar Ali
    Sep, 2012 1

    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

    • 0
  • Aboobakkar Siddeq
    Jun, 2012 28

    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.

    • 0
  • sathish kumar
    Jun, 2012 13

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

    • 0
  • siva
    Jul, 2006 29

    Boxing: is converting value type to reference type

    unboxing: is converting reference type to value type

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS