Paras kaushikparaskaushik.hashnode.dev·Sep 29, 2023Understanding the Bridge Design patternBuilding the problem Suppose you have an abstraction class Shape and a concrete class Circle We want to add rendering functionality to our shapes Also, this rendering can be of two types, a pixel rendering or a vector rendering, so corresponding ...38 readsC++