Multiple choice

Which of the following type is used in C# when a value is boxed?

  1. Object type

  2. Class type

  3. Interfaces

  4. Delegates

  5. String type

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

This type is used in C# when a value is boxed,  which means a value refers to implicitly converting any value type to the type object.