Use of template | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Use of template

Guys I wanted to know what's the use of template type in c++

10th Jul 2020, 5:07 AM
Prasad Bankar
Prasad Bankar - avatar
2 Answers
+ 8
Nice information pls have a read ; 👌 https://www.tutorialspoint.com/cplusplus/cpp_templates.htm
10th Jul 2020, 5:11 AM
Nilesh
Nilesh - avatar
+ 5
"Template functions can save a lot of time, because they are written only once, and work with different types. Template functions reduce code maintenance, because duplicate code is reduced significantly.” Taken straight from this lesson: https://www.sololearn.com/learn/CPlusPlus/1914/
10th Jul 2020, 5:09 AM
Rowsej
Rowsej - avatar