C# (Sharp) Programming Language Question:

What is boxing in C#?

Tweet Share WhatsApp

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 PDF Read All 163 C# (Sharp) Programming Language Questions
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?