LLD - Design — Online Shopping Cart
Consider the following code snippet:
Assuming PayPalPayment's
PaymentContext context = new PaymentContext(); context.setPaymentStrategy(new PayPalPayment()); context.pay(75);
Assuming PayPalPayment's
pay method prints "Processed payment of 75 via PayPal", what will be the output?