+ 3
how to create template abstract class ?
here is what I have done, it works but is it a correct way of doing this? https://code.sololearn.com/cSpZbMzJ0qhk/?ref=app
3 Answers
+ 3
ok thanks
+ 2
I think 'Wrap' should be a templated class as well so that 'HelpInt' can use template properties and you wont have to declare seperate Wrappers for other types.
+ 1
template