OOPS
August 29, 2024OOPS
August 29, 2024OOPS
Question 50 |
A function template in C++ provides _____ level of generalization.
4 | |
3 | |
2 | |
1 |
Question 50 Explanation:
→ A function template in C++ provides 2 level of generalization.
→ Templates are a feature of the C++ programming language that allows functions and classes to operate with generic types. This allows a function or class to work on many different data types without being rewritten for each one.
→ Templates are a feature of the C++ programming language that allows functions and classes to operate with generic types. This allows a function or class to work on many different data types without being rewritten for each one.
Correct Answer: C
Question 50 Explanation:
→ A function template in C++ provides 2 level of generalization.
→ Templates are a feature of the C++ programming language that allows functions and classes to operate with generic types. This allows a function or class to work on many different data types without being rewritten for each one.
→ Templates are a feature of the C++ programming language that allows functions and classes to operate with generic types. This allows a function or class to work on many different data types without being rewritten for each one.
Subscribe
Login
0 Comments