際際滷

際際滷Share a Scribd company logo
Factory Design Pattern
(Creational Pattern)
Why factory pattern?
 Provide Similar type object based on the data provided to
the factory class.
 Localize the object creation
 Minimize changes when new type introduced.
Image courtesy- CodeProject
Code?
Questions ??

More Related Content

Factory design pattern