Multiple choice technology programming languages

You can not use generics in structs.

  1. True

  2. False

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

Generics work with structs just like classes. Nullable is a perfect example of a generic struct in .NET.