Created
August 2, 2017 21:34
-
-
Save 10537/897d59b9739aef2ebbd0b611f7480f8c to your computer and use it in GitHub Desktop.
Become a Kotlin Programmer Part 6 - Init Values
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class Human(val name: String, val color: String, val height: Float, var age: Integer){ | |
... | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment