Object Oriented Software Engineering View all facts Glossary Help |
subject > event > side effect |
side effect comparison table |
Subject | is a kind of | is a subtopic of | has definition |
---|---|---|---|
event | subject | 8.2 - State Diagrams | In a state diagram, something that causes a system or object to change state. May be a message, the passage of elapsed time, a condition becoming true, or completion of an activity |
side effect | event | 9.2 - Principles Leading to Good Design | A change to the state of the system made by a procedure, other than merely returning a result |
Next event: transition Up: event Previous event: internal event