13
A standard solution
•Encapsulate both S1 and S2 in a component that
–Exports insert-S1, insert-S2, delete-S1, delete-S2 methods
–Implements these new methods to ensure consistency
•How effective is this solution?