Advanced Programming With Kotlin -Part 2

Siva Ganesh Kantamani
Programming Geeks
Published in
Sent as a

Newsletter

1 min readJul 4, 2020

Hi Everyone,

It’s Siva from Programming Geeks(Medium)

This week our most shared article is Advanced Programming With Kotlin -Part 2. It’s a proper guide to learn key features of Kotlin like Delegates, Default & Named parameters in functions, Inline functions and more.

Most highlighted quote:

A delegate is just a class that provides the value for a property and handles its changes. This allows us to move, or delegate, the getter-setter logic from the property itself to a separate class, letting us reuse this logic.

Read the rest of the article here:
Advanced Programming With Kotlin -Part 2

Thank you for continuing to read our articles.

--

--