1. Computer Science Engineering (CSE)
  2. CPP Programming
  3. Which of the following is not correct (i...
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)
View all MCQs in:   CPP Programming

Discussion