Multiple Choice
Class templates allow you to create one general version of a class without having to
A) write any code
B) use member functions
C) use private members
D) duplicate code to handle multiple data types
E) None of these
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q23: A(n) _ is used in a function
Q24: If an exception is thrown by a
Q25: A(n) _ is a value or an
Q26: If you want to catch a bad_alloc
Q27: Using a function template requires less code
Q29: A function template prefix is placed before
Q30: What does the T represent in the
Q31: The try/catch/throw construct is able to handle
Q32: An exception thrown from outside a try
Q33: In the following code, which statement