Q.

Which of the following is not 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

A. (1)
B. (2), (4)
C. (2), (3), (4)
D. (4)
Answer» C. (2), (3), (4)
902
0
Do you find this helpful?
7

View all MCQs in

CPP Programming

Discussion

No comments yet

Related MCQs