Manoj Kumar Duraisamy
what is boxing and unboxing, explain it with examples?
By Manoj Kumar Duraisamy in .NET on Dec 30 2016
  • Komara Reddy
    Feb, 2017 17

    Boxing = Convert from value type variable to reference type variable , ex : Int a=10 (Value Type), object o=a; (object is reference type). UnBoxing = Conver a variable from reference to value type, ex : int c= (int)o;

    • 1
  • Mukesh Kumar
    Sep, 2017 10

    To convert datatype in to object called boxing &visa

    • 0
  • yogesh lodha
    Feb, 2017 17

    Boxing = Value Type To Object Type ; Ubboxing = Object Type to Value Type;

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS