Multiple choice

Which of the following are two(if exist) main types that are used in .NET Framework?

  1. Value Type and Reference Type

  2. Value Type and Non Value Type

  3. Reference Type and Non Value Type

  4. None of the above

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

The two types of .NET Framework are: Value types and Reference types. The primary difference between these two is with the way the variable data is accessed.