🎴 Flashcard Mode
ABAP, COBOL, and Java Programming Fundamentals
Card1 / 20
Mastered0
Review0
QuestionClick to flip
A single type can not define multiple generic-type parameters.
AnswerClick to flip back
A
False
💡 Explanation:
Types can define multiple generic parameters. Dictionary<TKey, TValue> is a common example with two type parameters, and you can define your own types with three or more.