C++ MQCs with Explanation ( WORKING WITH FILES)

Which one of the following is FALSE?

  1. class templates are sometimes called parameterized classes
  2. There can be more than one template arguments
  3. A template argument is preceded by the keyword class
  4. 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

Post a Comment

0 Comments