Content deleted Content added
Clarified and changed the wording of the Overview section. |
m Removed citation for a missing (suspended) webpage. Section is mostly a redefinition presented as a valuable use-case perspective and doesn't currently need extra sources. |
||
Line 8:
The Factory Method design pattern solves problems like:
* How can an object be created so that subclasses can redefine its subsequent and distinct implementation?
* How can an object's instantiation be deferred to a [[Subclass (computer science)|subclass]]?
|