State Pattern - Graph View
A behavioral design pattern that lets an object alter its behavior when its internal state changes by delegating to state-specific objects instead of large conditionals.
View concept details
Related Concepts
← Back to full graph