Building blocks of Kotlin modern development: An intro to classes and objects
In this article, we will go through the following key points:
Introduction
Key Definitions
Understanding the class keyword
Instantiating Objects
Conclusion
Introduction
Object-oriented programming(OOP) is a programming paradigm that organizes ...
devmunch.hashnode.dev5 min read