Q. Choose effective differences between ‘Boxing’ and ‘Unboxing’.
✅ Correct Answer: (A)
‘Boxing’ is the process of converting a value type to the reference type and ‘Unboxing’ is the process of converting reference to value type
You must be Logged in to update hint/solution