InterviewSolution
Saved Bookmarks
| 1. |
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 languageI got this question in exam.This intriguing question originated from Function Templates topic in division Derived Classes, Templates & Exception Handling in C++ of C++ |
|
Answer» Correct ANSWER is (a) A feature that allows the programmer to WRITE generic programs |
|