Multiple choice

Which of the following features are included in Reference types categories in Common Type System (CTS)?

  1. These store the memory address values in the heap.

  2. These types have self describing types.

  3. These directly contain their data, and instances of value types are either allocated on the stack or allocated inline in a structure.

  4. These types can be built-in (implemented by the runtime), user-defined, or enumerations.

  5. Options 1 and 2

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

Yes this is the correct answer.