Solved

What Does the Word Class Indicate in the Following Statement

Question 13

Multiple Choice

What does the word class indicate in the following statement?
Template < class T >


A) class is a key word that is used to precede the type parameter.
B) It indicates that a class is being derived from an existing class named T.
C) It indicates that a class named T is being derived from a class named template.
D) A class named T will automatically be created by the compiler.
E) None of these

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions