Parameterized Containers
- We now have a Bread::Board that contains info on how to initiate all potential objects we might need
- And a way to ask the Bread::Board to initiate our objects.
- But even this example is way to simple to really legitimate Bread::Board
- so...