Data Hiding Using an Implementation Object
This quick article describes a mechanism of data hiding that I have been using with some success. Data hiding is a mechanism where information in an object is not accessible to users of the object and, more importantly, not visible to users of the object. Some data hiding…
Continue reading