Multiple choice Which of the following type is used in C# when a value is boxed? Object type Class type Interfaces Delegates 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.