Eager Replication (1)
After encapsulation, all ‘set’ methods (assignments invoked by clients) are modified to update shadow copies automatically.
From this point on, the original and shadow copy are interchangeable: both are updated by ‘set’ methods; either one can be accessed by client ‘get’ methods.