Talk:Property (programming)
From Wikipedia, the free encyclopedia
I'm reluctant to make a really radical change - yet I can't really see the point to the "See also" section when there are links in the first pp. - Jon Shemitz 10:33, 11 September 2006 (UTC)
[edit] Language Support of Properties
The article states
"Some object-oriented languages, such as C++ and Java, don't support properties, and require the programmer to define a pair of accessor and mutator methods instead."
I won't speak to C++, but Java has had a persistent properties API available since it's release.
java.util.Properties has been available since 1.0.