abhishek kumaraksilearntocoder.hashnode.dev·Sep 23, 2024Concept of DelegatesWhat is Delegates? First of all in our mind we have a question that there is small "delegate" and there is Capital "Delegate". What it is mean and why there is small and capital in terms of "delegate" and "Delegate". Before resolving above question L...delegate type
Kumarkmdev.hashnode.dev·Aug 19, 2023Mastering the Delegates Pattern in Android with KotlinWelcome to this interactive blog where we will explore the delegates pattern in Android development using Kotlin. Delegates are like superheroes that help us separate concerns and promote code reusability. In this blog, we will dive into the delegate...delegates
Hemant Singhmemorycrypt.hashnode.dev·Aug 18, 2023Exploring Delegates in C#Delegates are a powerful and fundamental concept in the C# programming language, enabling developers to achieve greater flexibility and code reusability by representing method references. They serve as a mechanism for defining, passing, and invoking ...5 likes·59 readsC# and .NETdelegates