Interview Questions

What is boxing?

C# Interview Questions and Answers


(Continued from previous question...)

16. What is boxing?

  1. Encapsulating an object in a value type.
  2. Encapsulating a copy of an object in a value type.
  3. Encapsulating a value type in an object.
  4. Encapsulating a copy of a value type in an object.

(Continued on next question...)

Other Interview Questions