Computer Science, asked by aishwaryaishu115678, 6 months ago

what is a template in c++​

Answers

Answered by Anonymous
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 harini123455
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