100% Free Forever
AI-Powered Learning
Industry Expert Content
Certificates & Badges
Learn At Your Own Pace
Tag

State Pattern

The State pattern is a behavioral object-oriented design pattern that lets an object alter its behavior when its internal state changes, by delegating state-specific behavior to separate state objects rather than using large conditional statements, making the object appear to change its class at runtime.

8 resources across 3 libraries

Glossary Terms(5)

Study Notes(1)

Interview Questions(2)