Information AboutObject Orgy |
|
The failure of encapsulation, which should prevent manipulation of the objects except in controlled or structured ways, can result either from making access to the underlying data public or by providing free access via getter/setter methods. It can also occur from objects holding references to each other. Whatever the source, such access means that it is difficult for the programmer to determine which pieces of code in the source ''could'' manipulate an object. EXTERNAL LINKS |
|
|