I\'m pretty new to Design Patterns.I just came across Factory Design Pattern. I understood that it delegates the instantiation to subclasses. But I didn\'t get the actual ap
The factory pattern is very useful to map a capacity into an apropriate handler.