Interview Questions

How do you convert a value-type to a reference-type?

C# Interview Questions and Answers


(Continued from previous question...)

208. How do you convert a value-type to a reference-type?

Use Boxing.

(Continued on next question...)

Other Interview Questions