Which one of the following is FALSE?
- class templates are sometimes called parameterized classes
- There can be more than one template arguments
- A template argument is preceded by the keyword class
- Wick Templates automatically create different version of the function at run-time, depending on user input
Answer:
Option d: Templates automatically create different version of the function at run-time,
depending on user input
Explanation Here
0 Comments