Answer Posted / Sulakshya Singh
Boxing in C# is the automatic conversion of a value type (such as int or bool) to an object, allowing it to be stored in an object variable or passed as an object parameter.nUnboxing is the reverse process, converting an object back into its original value type.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers