841. Property in C++ (ariya.io)
Almost ten years ago a friend of mine showed that he was happy to use Visual Basic’s (and also later on Delphi’s, with Borland’s extensions to Pascal) feature of object property, which allows one to set a property of an object and have the object respond to the change. For example, this code: