Generics Questions and Answers
Practice ModeShowing 10 of 32 questions
Q31
Which constraint allows multiple interface implementations?
Answer: Option A
Explanation: Multiple interface constraints can be specified using the where clause.
Q32
What is a generic delegate?
Answer: Option B
Explanation: Generic delegates can work with different types while maintaining type safety.