Template Inheritance | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Template Inheritance

You mean that template classes cannot be inherited or only the specialized template classes that cannot be inherited ?

10th Mar 2017, 8:42 AM
Fady Nabil Samy
Fady Nabil Samy - avatar
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.
11th Mar 2017, 2:15 AM
Michael Szczepanski
Michael Szczepanski - avatar