Streamlines notification type management. Frame the concept in practical terms so you can explain it during interview discussion.
In a system with multiple notification types (like email, SMS, push), a factory can streamline the management by encapsulating the creation logic in one place. This makes it easy to add or modify notification methods without altering the core logic.