🎴 Flashcard Mode

Java

Card1 / 4
Mastered0
Review0
QuestionClick to flip

_____________ is a behaviour that specifies the sequences of states that an object or an interaction that goes through during its lifetime in response to events, together with its responses to those events.

AnswerClick to flip back
A
State machine
💡 Explanation:

A state machine is a behaviour that specifies the sequences of states that an object or an interaction goes through during its lifetime in response to events, together with its responses to those events.

Change Mode