class Adresse(var Vorname : String, var Nachname : String) { private val anrede = "Hallo $Vorname $Nachname" [...]