Design Patterns - Abstract Factory (in Java)
Definition
This is a creational design pattern that allows you to create families of related objects without specifying their concrete classes.
Let's continue this discussion from where we left off with the Factory Method Design Pattern. So if you do...
shikhorroy.hashnode.dev3 min read