Templates are the compiler generating code at compile time. Virtual functions are the run-time system figuring out which function to call at run time. Virtual templates are created using virtual function with template in C++.
Click here for virtual template in C++
Comments
Post a Comment