Strategy Design Pattern
When to use ?
Consider a scenario where different child classes inherited from superclass might have same method implementation , so we see a code duplication in child classes. To avoid this we come up with strategy design pattern.
public interface D...
pramodreddy.hashnode.dev1 min read