Dot Net Interview Questions and Tutorials
By Dr. Rajesh Rolen
Thursday, September 10, 2009
What is BOXING and UNBOXING in C#?
BOXING in C# is the conversion of a VALUE type on stack to a OBJECT type on the heap. Vice-versa the conversion from an OBJECT type back to a VALUE type is known as UNBOXING and it requires type casting.
No comments:
Post a Comment