#design-patterns
Read more stories on Hashnode
Articles with this tag
Inversion of control is a design pattern. I will explain this with an example. Let's write a class Car with a drive method: class Car { drive():...