user image

Preeti Tripathi

Job Interview Skills
English
2 years ago

Question 131. What Is Boxing And Unboxing ?

user image

Abhishek Mishra

2 years ago

Boxing: The conversion of a value type instance to an object, which implies that the instance will carry full type information at run time and will be allocated in the heap. The Microsoft intermediate language (MSIL) instruction set's box instruction converts a value type to an object by making a copy of the value type and embedding it in a newly allocated object. Un-Boxing: The conversion of an object instance to a value type.

Recent Doubts

Close [x]