State

Home > Computer Science > Software Engineering > Software design patterns > State

State refers to a behavioral design pattern that allows an object to alter its behavior when its internal state changes, resulting in different actions based on different states.