Home » C++ Programming » Templates » Question
  1. Which of the things does not require instantiation?
    1. member class
    2. functions
    3. non virtual member function
    4. All of above
    5. None of these
Correct Option: D

The compiler does not generate definitions for functions, non virtual member functions, class or member class because it does not require instantiation.



Your comments will be displayed only after manual approval.