CertyRush
Đang tải...
C CertyRush
Câu hỏi free preview

Câu 121: Salesforce Certified Platform Developer I

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 inter…

Nội dung câu hỏi

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?

Các lựa chọn

Đáp án được giữ gọn theo nhãn A, B, C, D trong phần bình chọn tương tác.

  1. A. public class CheckPaymentProcessor implements PaymentProcessor { public void pay(Decimal amount);
  2. B. public class CheckPaymentProcessor implements PaymentProcessor { public void pay(Decimal amount){} — đáp án hiện tại
  3. C. public class CheckPaymentProcessor extends PaymentProcessor { public void pay(Decimal amount){}
  4. D. public class CheckPaymentProcessor extends PaymentProcessor { public void pay(Decimal amount);

Cộng đồng

0 bình luận công khai. Tên thành viên được ẩn một phần.

Chưa có bình luận. Mở giao diện tương tác để bắt đầu thảo luận.

Câu hỏi liền kề