MCSD Exam Practice Test
MCSD Programming in C# 2
In C#, what is boxing?
Select your answer
A
Wrapping a class in an interface
B
Converting a value type to a reference type (object)
C
Casting a reference type to a derived type
D
Allocating memory on the stack
Hint