Design Patterns - Abstract Factory
TL;DR: Abstract Factory pattern provides an interface for creating families of related or dependent objects without specifying their concrete classes. This pattern is useful when the system needs to be independent of how its products are created, com...
yonatankarp.com5 min read