Quote

When extending a class, remember that you should be able to pass objects of the subclass in place of objects of the parent class without breaking the client code.

  • When overriding a method, extend the base behaviour rather than replace it with something else entirely