Simple Factory Design Pattern
What is Simple factory design pattern
The simple factory design pattern is a creational design pattern that provides an Interface for creating objects without exposing the object creation logic to the client
It encapsulates the object creation code...
sharetogrow.hashnode.dev3 min read
John Amiscaray
Backend developer
Hi Bharat! Great job on this blog post. I thought this was very insightful and well-written. I liked that you included how this ties in to the SOLID OOP principles. Great work.