Factory Method: Benefits and Caveats
Compare the advantages and disadvantages of the Factory method pattern.
We'll cover the following...
Benefits of using the Factory Method pattern
Why do we need to bother with different implementations of Target Object? Why can’t we just conditionally apply the functionality that this object encapsulates? Well, here’s why: