Strategy Design Pattern
Why Strategy Pattern Exists
In real applications, we often need to change behavior at runtime.
Examples:
Different payment processing logic
Different discount calculation strategies
Different sorti
design-pattern.hashnode.dev4 min read