OOP & Design Patterns - Strategy Pattern - Replace Conditionals with Polymorphism
Consider the following code snippet using the Strategy Pattern. What will be the output when
processor.pay(0) is called with UPIStrategy?