Start your All-Access Pass to unlock this challenge
What is the main advantage of the Null Object pattern?
It improves code readability.
It reduces the number of objects instantiated in your application.
It improves performance by reducing the number of checks.
It simplifies the code by avoiding null checks.