|
|
|
|
|
by dragonwriter
2343 days ago
|
|
@vars are data members, not properties. “Properties”, in most languages that have them, are an way to make method access look like access to data members (no parens, getters just use the name, setters use name + = with the new value on the right of the = instead of in parameter position.) |
|