Multiple choice

Which of the following means the conversion of a value type on the stack to an object type on the heap?

  1. Boxing

  2. Unboxing

  3. Identifier

  4. Literals

  5. Array

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

It means the conversion of a value type on the stack to an object type on the heap.