Python 3 Deep Dive Part 4 Oop High Quality -

class StripePaymentGateway(PaymentGateway): def process_payment(self, amount): print(f"Processing payment of ${amount} using Stripe.")