Question
answer these correctly please, thank you.
Templates allow you to reuse the same code. True False The linker handles most of the data type changes when we use templates True False With the template class you use brackets. True False A template class's constructor has the same name as the template class. True False You can overload a template function by providing a different return type to the version type. True False A linked list is the name for a class that contains an array of objects. True False An abstract data type is a type defined by C++.True False All members of a class share a single storage location for a static data member of that same class. True False The value of a static field cannot be changed. True False All constructors are public. True False
Explanation / Answer
1)True
2)False (not sure)
3)True
4)True
5)False
6)False
7)False
8)True
9)False
10)True