Solved

In the Statement Template ≪class T>, What Does the Word

Question 18

Multiple Choice

In the statement template <class T>, what does the word class indicate?


A) class is a keyword that indicates that T is a type parameter.
B) You are deriving a class from an existing class called T.
C) You are deriving a class called T from a class called template.
D) A class called T will automatically be created by the compiler.
E) None of the above

Correct Answer:

verifed

Verified

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

Related Questions