How-to articles, tricks, and solutions about GETTER
Why use getters and setters/accessors?
Getters and setters, also known as accessors, are methods that are used to get and set the values of an object's properties.