What are Templates in C++?
(a) A feature that allows the programmer to write generic programs
(b) A feature that allows the programmer to write specific codes for a problem
(c) A feature that allows the programmer to make program modular
(d) A feature that does not add any power to the language
I got this question in exam.
This intriguing question originated from Function Templates topic in division Derived Classes, Templates & Exception Handling in C++ of C++