adspace
Answer Posted / Gangesh Chand Gupta
Boxing is the implicit conversion of a value type (like int or bool) to an object (System.Object). Unboxing is the reverse operation, converting an object back to its original value type. This is useful when dealing with generic collections that can contain multiple data types.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers