204 Views
Sometimes, you want to be able to change the implementation of a component depending on a variable that you don’t control at design time, a user action for example. This is solved by implementing an abstract factory. But you can still leverage your favorite IoC container to resolve the dependency...
0 comments