+ 1
Is it important to use factory method in java?
What is the best use of factory method ?
1 Answer
+ 2
I am not famliar with design pattern but I hope this helps you:
https://www.sololearn.com/learn/677/?ref=app
https://www.sololearn.com/Discuss/2101084/?ref=app
Usage of factory method in java:
https://refactoring.guru/design-patterns/factory-method/java/example