<<< Inheritance vs. templates | Index | Template arguments >>> |
Implement a concrete version first.
Consider using something other than the type you are most interested in.
When you convert to a template, be sure to test using several different classes.
It's a good practice to try first to be a template user,
and our next topic is STL, the C++ standard library, or, as many programmers say,
the Standard Template Library.
<<< Inheritance vs. templates | Index | Template arguments >>> |