Computer Science, asked by patilutkarsha1998, 11 months ago

What is the templet class in c++

Answers

Answered by prishabbhatt
1

Answer:

Templates are powerful features of C++ which allows you to write generic programs. In simple terms, you can create a single function or a class to work with different data types using templates. Templates are often used in larger codebase for the purpose of code reusability and flexibility of the programs.

pls make it the braniest answer..

Similar questions