Solved

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

Question 6

Multiple Choice

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


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

Correct Answer:

verifed

Verified

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

Related Questions