Constructor Overload
Learn how to work with constructors in an idiomatic manner in Kotlin language.
We'll cover the following...
In Java, we’re used to having overloaded constructors. For example, let’s look at the following Java class, which requires the a parameter and defaults the ...