Multiple Choice
In the statement template <class T>, what does the word class indicate?
A) You are deriving a class called T from a class called template.
B) class is a keyword that indicates that T is a type parameter.
C) A class called T will automatically be created by the compiler.
D) You are deriving a class from an existing class called T.
E) None of the above
Correct Answer:

Verified
Correct Answer:
Verified
Q1: Types of iterators are<br>A)random- access.<br>B)input and output.<br>C)forward
Q2: In the statement template <class T>, what
Q2: An exception is a condition that can
Q3: The most important data structures in the
Q7: A(n)_ is a class that stores data
Q9: A(n)is used in a function template to
Q11: A(n)is like a pointer. It is used
Q12: Function templates allow you to write a
Q19: The C++ mechanism for exception handling encloses
Q23: The STL vector and list classes are