Which of the following is correct (in C++)?
1
Class templates and function templates are instantiated in the same way.
2
Class templates differ from function templates in the way they are initiated.
3
Class template is initiated by defining an object using the template argument.
4
Class templates are generally used for storage classes.
5
None of the above