DOCUMENT RESOURCES FOR EVERYONE
Education Factory method, strategy pattern & chain of responsibilities

1. 2 2. 3  Name: Factory Method  Intent: Define an interface for creating an object, but let subclasses decide which class to instantiate. Defer instantiation to subclasses.…

Education Factory method & strategy pattern

1. 2 2. 3  Name: Factory Method  Intent: Define an interface for creating an object, but let subclasses decide which class to instantiate. Defer instantiation…