Logo 
Search:

C++ Programming FAQ

Submit Interview FAQ
Home » Interview FAQ » C++ ProgrammingRSS Feeds

Which of the following are not the advantages of class templates in C++?

  Shared By: Adalrich Fischer    Date: Apr 24    Category: C++ Programming    Views: 699

Answer:

Options

I. One C++ class template can handle different types of parameters
II. Testing and debugging efforts are reduced
III. It allows the process of instantiation
IV. None of the above

Answer : d) None of the above

Share: 
 



Your Comment
  • Comment should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].


Tagged: