The Bridge pattern is a structural design pattern using C++

The Bridge pattern is a structural design pattern that's all about decoupling an abstraction from its implementation so that the two c...