C# (Sharp) Programming Language Question:

Download Job Interview Questions and Answers PDF

What is boxing in C#?

C# (Sharp) Programming Language Interview Question
C# (Sharp) Programming Language Interview Question

Answer:

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.

Download C# (Sharp) Programming Language Interview Questions And Answers PDF

Previous QuestionNext Question
If a method is marked as protected internal who can access it? What compiler switch creates an xml file from the xml comments in the files in an assembly?