Modifiable Implementation
Description
Override #implementation= to change the underlying implementation if it's different.
Then #implementation will be able to display that implementation.
Details
What needs to happen inside the change, is that the current implementation needs to serialize itself into some sort of common elements, then the next implementation needs to absorb it.
Modifiable Implementation
Description
Override
#implementation=to change the underlying implementation if it's different.Then
#implementationwill be able to display that implementation.Details
What needs to happen inside the change, is that the current implementation needs to serialize itself into some sort of common elements, then the next implementation needs to absorb it.