class student1(firstName : String, lastName : String){ var id : Int = -1 val firstName = firstName val lastName = lastName init { println(&qu