Organizations

1 results for SOLID
  • Inheritance abuses bores me. I’m sorry to tell this, but IT teaching is often responsible.

    The course usually say something like this:

    When behaviour is used in several classes, then create a root class and put your code in there in a protected method. So all the children classes can reuse the behaviour.

    So inheritance is solving the reusability problem.

    I learnt to code this way, with a bunch of animals as examples.

    SOLID Inheritance Anemic Anti-pattern Created Tue, 20 Mar 2018 09:00:00 +0100