# factory method pattern

> creational pattern that uses factory methods to deal with the problem of creating objects without having to specify the exact class of the object that will be created

**Wikidata**: [Q637921](https://www.wikidata.org/wiki/Q637921)  
**Wikipedia**: [English](https://en.wikipedia.org/wiki/Factory_method_pattern)  
**Source**: https://4ort.xyz/entity/factory-method-pattern


## References

1. Freebase Data Dumps. 2013
2. Quora