Multiple choice

When a variable of type object is converted to a value type, it is said to be

  1. anonymous type

  2. unboxed

  3. boxed

  4. array

  5. public

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

When a variable of type object is converted to a value type, it is said to be unboxed.