Up
|Prev
|Next
page 23
Solution to Inheritance Anomaly Examples
- Typical inheritance anomaly examples by Matsuoka and Yonezawa:
- State partitioning anomaly:: can be dealt with state
splitting of p6i.
- History-only sensitive anomaly:: can be dealt with direct
state designation.
- State modificaiton anomaly (or mixin anomaly):: can be dealt
with multiple inheritance and delegation.
Up
|Prev
|Next