R

Ranjeet • 34.60K Points
Instructor I

Q. Which of the following is true about templates?
1) Template is a feature of C++ that allows us to write one code for different data types.
2) We can write one function that can be used for all data types including user defined types. Like sort(), max(), min(), ..etc.
3) We can write one class or struct that can be used for all data types including user defined types. Like Linked List, Stack, Queue,..etc.
4) Template is an example of compile time polymorphism.

  • (A) 1 and 2
  • (B) 1, 2 and 3
  • (C) 1, 2 and 4
  • (D) 1, 2, 3 and 4
  • Correct Answer - Option(D)
  • Views: 47
  • Filed under category C++

No solution found for this question.
Add Solution and get +2 points.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.


Question analytics