Design Pattern in Java - Part 2, State Design Pattern
Nov 1, 2022 · 3 min read · It is one of the behavioral design pattern. This pattern can be used when we have different state of an object. With the help of this pattern we can decide the action of object in a particular state. We can decide the object's behaviour and block the...
Join discussion
