Solved

Default Type Parameters Are Allowed Only

Question 8

Multiple Choice

Default type parameters are allowed only:


A) If the class template also has nontype parameters.
B) If the class template does not have any nontype parameters.
C) If the class is used as a container class.
D) As the rightmost (trailing) parameters in a template's type-parameter list.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions