Design Patterns Part 3
June 2, 2020
Part 1, 2, 3 Proto Type It’s intent of the prototype pattern to specify the kinds of objects to create using a prototypical instance and create new objects by copying this prototype. Gang of Four the goal of the prototype pattern is to create an object based on another object. Sample Bridge the indent for the bridge pattern is to decouple an abstraction from its implementation so that the two can vary independently. Gang of Four…