Question:State which of the following is true.
A Function templates in C++ are used to create a set of functions that apply the same algorithm to different data types
B Classes in C++ are used to develop a set of type-safe classes
C C++ is useful for developing collection classes
D C++ is useful for developing smart pointers
E All
+ AnswerA
+ Report