OMG
UM0-300 · Question #67
What is true about a class used as a template parameter for a parameterized class? A class used as template parameter _______. (Choose two)
The correct answer is A. is a class that can be substituted with another class as part of binding parameters. C. can be used as any other class. See the full explanation below for the reasoning.
Question
What is true about a class used as a template parameter for a parameterized class? A class used as template parameter _______. (Choose two)
Options
- Ais a class that can be substituted with another class as part of binding parameters.
- Bis an object of the parameterized class.
- Ccan be used as any other class.
- Dis a class that can be redefined in subclasses of the parameterized class.
- Eis a class that is partially defined.
How the community answered
(60 responses)- A85% (51)
- B8% (5)
- D2% (1)
- E5% (3)
Community Discussion
No community discussion yet for this question.