Welcome back! You've learned so much about creational patterns, and it's time to apply what you know to a real-world project: a banking system. In this unit, we'll focus on using creational patterns to manage and simplify the creation of banking system components.
Before we dive in, let's quickly recap the creational patterns we'll use:
We will implement these patterns to create a logger, accounts, and account factories for our banking system.
Let's see what you'll build in this unit. You will create:
savings
and current
) created via a factory method.Ready to start building? Let's dive into the practice section together!