adspace
Answer Posted / Neeraj Jalota
In .NET, boxing and unboxing are the processes of converting a value type to an object (or boxing) and back to a value type (or unboxing). This allows value types to be stored in collections designed for objects and used with languages that do not support value types.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers