0 votes
in C Sharp by
Which statment defines unboxing correctly?

A - When a value type is converted to object type, it is called unboxing.

B - When an object type is converted to a value type, it is called unboxing.

C - Both of the above.

D - None of the above.

1 Answer

0 votes
by

Ans 

B - When an object type is converted to a value type, it is called unboxing.

Related questions

0 votes
asked Jun 16, 2020 in C Sharp by Hodge
0 votes
asked Jun 16, 2020 in C Sharp by Hodge
...