Hi, how could affect application changing val to v...
# announcements
m
Hi, how could affect application changing val to var in terms of memory usage?
g
Are you talking about public property?
m
val/var for field declaration
g
properties are not fields.
Property is get (val) or get+set method (var) + field for value, if you don’t override getters and setters