✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Mit csinálunk a következő osztály definícióban?
class Book () {
var author: String = ""
get() {
return field
}
set(value) {
field = value
}
}
Please select one correct answare!