+ 2
What is the difference in using "class" or "template type" while declaring a template parameter?
2 Réponses
+ 1
There is no difference.
0
In class we have to define parameters for different types while in template they are written only once and work with different types.