Quiz on Templates

Take a quiz to test your understanding of templates in D.

We'll cover the following...
Technical Quiz
1.

Which of the following statements is true about templates?

A.

Templates define the code as a pattern for the compiler to generate instances of it according to the actual uses in the program.

B.

Templates are a compile-time feature.

C.

Specifying template parameter lists is sufficient to make function, struct, and class definitions templates.

D.

All of the above


1 / 5