Logo 
Search:

C++ Programming FAQ

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

Which is NOT true about Templates? - Select option

  Shared By: Bethany Hughes    Date: Oct 27    Category: C++ Programming    Views: 2152

Answer:

Options

I. They allow you to define generic classes
II. Template type can be substituted by any data-type
III. They eliminate code duplication for different data types
IV. None of the above

Answer : d) None of the above

Share: 
 

Didn't find what you were looking for? Find more on Which is NOT true about Templates? - Select option Or get search suggestion and latest updates.


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


Tagged: