kotlin create instance of class code example Example: kotlin create instance of class val obj = myClass() // create obj object of myClass class