Day 14 - Introduction to creational patterns
- Creational patterns abstract the instantiation process, they help make a system independent of how its objects are created, composed and represented
- Creational patterns become important as systems evolve to depend more on object composition than class inheritance (more)