LLD - Behavioral Design Patterns — Part 1
In a typical State pattern implementation, how should the state interface method be declared to allow state transitions?
void handle(Context context); allows the state to access and modify the context.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions