0 votes
in C Sharp by

Which statment defines boxing correctly?

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

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

C - Both of the above.

D - None of the above.

1 Answer

0 votes
by

Ans is 

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

Related questions

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