+ 2
Template Inheritance
You mean that template classes cannot be inherited or only the specialized template classes that cannot be inherited ?
1 Answer
0
templates can already be whatever data type they want. so you would be a class with all functionality then pass any dataType into it rather than having a parent class and the child class only having one dataType.