Khush Panchalkhushpanchal.hashnode.dev·Mar 27, 2024Kotlin Delegation SimplifiedIntroduction 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...Delegation Pattern