Strategy vs. Bridge Patterns
The Bridge Pattern makes a distinction between an abstraction and an implementation in such a way that the two can vary independently. I will use the example from Patterns in Java, Volume 1: A Catalog of Reusable Design Patterns Illustrated with UML, Second Edition You need to provide classes that access physical sensors such as … Read more