Answer the following statements true (T) or false (F)
1) Templates allow only parameterized types for functions.
2) writing a class template, the function declarations within the class require
special placement.
3) In implementing class template member functions, the functions are themselves
templates.
4) In the implementation of a class template function, the class name before the
scope resolution operator is just the class name, with no additional syntax.
1) F
2) F
3) T
4) F
Computer Science & Information Technology