🦦 chris_cadev notes

Search IconIcon to open search

Factory Method Intent

Last updated July 27, 2022.


# Factory Method Intent

Factory Method is a creational design pattern that provides an interface for creating objects in a superclass, but allows subclasses to alter the type of objects that will be created.

# References

# position

https://refactoring.guru/design-patterns/factory-method

# author

Refactoring.GURU.


Interactive Graph