Kotlin and Android Full Course: https://www.udemy.com/course/kotlin-m...
What is the primary constructor in Kotlin?
In object oriented programming you create objects, instances, using the class, and to construct an object as the name implies we will use the constructor which looks similar to calling a function.
In this video we will explore the primary constructor.