Quote of the Day

more Quotes

Categories

Get notified of new posts

Buy me coffee

  • Home>
  • dependency inversion principle
Tag Archives for " dependency inversion principle "

More on inheritance

Inheritance is something that comes up quite often during my programming experience. Whenever I have classes that share some logic or properties, I think of inheritance. However, sometimes, using inheritance ends up making a design more brittle. Through my experience and reading, I have learned a few things about inheritance.

Continue reading