/TemplateBridgePatterns

This is a short example that demonstrates the template and bridge pattern using modern C++

Primary LanguageC++

The template method pattern and the bridge design pattern in modern C++

We use this example to explain the template method and the bridge design pattern in C++.

More about that in the coding Adventures blog post.