I thought that when I use var, a getter and a sett...
# announcements
p
I thought that when I use var, a getter and a setter and a backing field is being used in the background. And for val a backing field and a getter. Is that true? and if : What is the benefit of calling the getter of that val over a method from another class?