Inversion of Control Principle using Kotlin
Inversion of Control (IoC) is a software design principle that helps reverse control in object-oriented programming. Control here is any extra responsibility a class has besides its primary responsibility.
Introduction
IoC controls an object’s creat...
loveotudorcodes.hashnode.dev11 min read