What is boxing and unboxing?
Boxing: Converting of Stack based values into the Heap Based values i.e coverting of a value type to a reference type is the Boxing. UnBoxing is vice versa.