Hacker News new | ask | show | jobs
by wvs 5214 days ago
You may already know this, but properties are just sugar for messages and instance variables. Their only difference is a shorter syntax.

(...plus some extra runtime data, but you don't usually notice that.)