Hacker News new | ask | show | jobs
by sorokod 2047 days ago
Getters and setters for private fields provide additional flexibility not afforded by the fields themselves. Examples from the article include different visibility for Getters and setters, validation, and opportunity to execute additional code.