Why would we want a method in a subclass to override a method from a superclass?

To customize the method in the subclassWe never want to override a superclass's method

We want to when we need to customize the method in the subclass.