Factory method pattern: Difference between revisions

Content deleted Content added
Line 47:
| url = http://shop.oreilly.com/product/9780596007126.do
}}</ref>
As pershown in the C# example below, the factory method pattern can also rely on an Interface being- in this case IPerson - to be implemented.
 
==Structure==