Computer Science, asked by luthra6508, 1 year ago

What is unboxing in C#?

Answers

Answered by npdeepthi12
0

Answer:

Unboxing is an explicit conversion from the type object to a value type or from an interface type to a value type that implements the interface. An unboxing operation consists

Similar questions