Why would we want to override inherited methods?

So we can implement different behavior for otherwise similar classesWe shouldn't overrride methods, we should create new onesIt is not good to override methods

So we can implement different behavior for otherwise similar classes.