PHPMaster: Understanding the Factory Method Design Pattern

    Ignatius Teo
    Share

    Building things can be tough when you can’t anticipate what type of objects you’ll need to create or how to create them. Take for example a factory which manufactures a large number of products. Each product can be made up of any number of components in their inventory. The workers know what’s in the inventory but don’t necessarily know beforehand what kind of products they will be making

    More:
    PHPMaster: Understanding the Factory Method Design Pattern