Kotlin Delegation Simplified
Introduction
In this blog I will explain the delegates in Kotlin in simple terms.
Before jumping to the topic, let’s understand the true English meaning of Delegation.
Delegation — Passing responsibility to someone else.
In programming we can see d...
khushpanchal.hashnode.dev4 min read