Factory method pattern: Difference between revisions

Content deleted Content added
Umreemala (talk | contribs)
Structure: Added class diagram
Line 12:
This method is defined to return a product.
Subclasses of creator can override this method to return instances of appropriate subclasses of product.
 
[[Image:FactoryMethod.png|Factory Method|Factory Method]]
 
==Example==