This is the eighth of ten introductory modules on Object-Oriented Programming (OOP) in C++.
Core concepts explored in this module include:
- Templates (class and function)
- Template parameters and type deduction
- Compile-time polymorphism (via templates)