1.

Which of the following is correct (in C++)?

A. Class templates and function templates are instantiated in the same way.
B. Class templates differ from function templates in the way they are initiated.
C. Class template is initiated by defining an object using the template argument.
D. Class templates are generally used for storage classes.
Answer» B. Class templates differ from function templates in the way they are initiated.


Discussion

No Comment Found