Question: 1A. In a class template implementation, every use of the class name as the name of the class should be followed by . Select one:
1A.
In a class template implementation, every use of the class name as the name of the class should be followed by
Select one:
True
False
2A.
Why can you not use the swap template function to swap two complete arrays?
Select one:
a. You cannot pass an array to a function.
b. The swap function does not return anything.
c. the = operator does not work for an array.
d. tmp should be an integer.
3A.
Which of the following are valid template prefixes?
Select one:
a. template
b. template
c. template
d. All of these
e. None of these
4A.
All classes should be converted to templates.
Select one:
True
False
5A.
A class template may not use dynamic memory allocation.
Select one:
True
False
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
