I guess that most factory-like methods start with create. But why are they called \"create\"? Why not \"make\", \"produce\", \"build\", \"generate\" or something el
Factory method doesn't dictate on method name. You can have as many methods you want in your factory, provided all of them return the object from same family.
For more details, visit the url
http://xeon2k.wordpress.com