what is a template in c++
Answers
Answered by
1
Answer:
Templates are a feature of the C++ programming language that allows functions and classes to operate with generic types. This allows a function or class to work on many different data types without being rewritten for each one.
Explanation:
Mark me as Brainlieast dear..
Answered by
1
Answer:
Templates are a feature of the C++ programming language that allows functions and classes to operate with generic types. This allows a function or class to work on many different data types without being rewritten for each one.
Similar questions