Multiple choice technology programming languages

A single type can not define multiple generic-type parameters.

  1. True

  2. False

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

Types can define multiple generic parameters. Dictionary is a common example with two type parameters, and you can define your own types with three or more.