Using templates excessively can lead to an issue known as _______. 

  • recursion 
  • template bloat 
  • overloading 
  • specialization
Excessive use of templates can result in code that has much larger compiled sizes than equivalent non-template code. This phenomenon, where the binary gets bloated due to templates, is known as template bloat.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *