Copied! The new design of Factory Method enables the application to introduce new functions by including new classes, rather than shifting current types.Big Disadvantage: this is shotgun surgical treatment -- each time we want to carry out such a switch we really need to incorporate a method to each of the classes within the tree. Code will get all