Multiple Choice
Which of the following describes a class that would be a good candidate for conversion to a template class?
A) A class which defines a new type of array
B) A class which defines rational numbers
C) A class which defines customers for a store
D) All of the above
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q19: Which of the following are valid template
Q20: If you want to make a function
Q21: Given a search template function that will
Q22: Classes can be defined as templates.
Q23: If you have a class template declared
Q25: If you define some list class template
Q26: If you have a class template declared
Q27: In a class template implementation, every use
Q28: Writing a template class<br>A) allows us to
Q29: If you define a function template, then