A developer must implement a CheckPaymentProcessor class that provides check processing payment capabilities that adhere to what is defined for payments in the PaymentProcessor interface. public interface PaymentProcessor { void pay(Decimal amount);
}
Which is the correct implementation to use the PaymentProcessor interface class?
smoota
12 months agodiegojp
1 year, 3 months agodiegojp
1 year, 3 months ago