Bridge Pattern using C++ (Cell Phone Text App Example)
What is the Bridge Pattern? The definition of the Bridge Pattern from both Design Patterns: Elements of Reusable Object-Oriented Software and Head First Design Patterns: A Brain-Friendly Guide is The Bridge Pattern allows you to vary the implementation and the abstraction by placing the two in separate class hierarchies. Bridge Pattern Pattern Class Diagram Explained … [Read more…]