Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is the disadvantage of templates ?

Answers were Sorted based on User's Feedback



What is the disadvantage of templates ?..

Answer / atul jawale

Disadvantages of templates:

1. Many compilers historically have very poor support for
templates, so the use of templates can make code somewhat
less portable.
2. Almost all compilers produce confusing, unhelpful error
messages when errors are detected in template code. This
can make templates difficult to develop.
3. Each use of a template may cause the compiler to
generate extra code (an instantiation of the template), so
the indiscriminate use of templates can lead to code bloat,
resulting in excessively large executables.

Is This Answer Correct ?    40 Yes 7 No

What is the disadvantage of templates ?..

Answer / ranjit

one disadvantage is non-standards conforming compilers.
templates can also sometimes make maintaining code harder
and less clear, although the exact opposite can be said as
well.
Templates aren't *inherently* code bloating.

Is This Answer Correct ?    14 Yes 15 No

Post New Answer

More STL Interview Questions

how to swap two numbers in a linked list without exchanging the data but only the links?

3 Answers   Wipro,


draw a flowchart that accepts two numbers and checks if the first is divisible by the second.

0 Answers   Appin, NIIT,


what's the difference between abstract class and concreate class? what's the meaning of standard template library(STL)?

2 Answers  


What are the various types of stl containers?

0 Answers  


write a piece of c++ code which allocate memory to the 50 object of type CObj

2 Answers  


What is stl stack?

0 Answers  


What are the components of stl?

0 Answers  


help me i need a c++ program which takes sequesnce of characters and outputed sequence of their token taypes, work same compiler in lexical analysis phase

0 Answers  


How can you create a bulleted list, numbered list and an outline by using bullets and numbering command. Explain with the help of example.

0 Answers  


what are you now programming Languages C+

1 Answers   HCL,


give me the defination of inheritance?

5 Answers   Infosys,


what is template and type convertion

0 Answers   TATA,


Categories