mirror of
https://github.com/Dichgrem/Java.git
synced 2025-12-17 04:51:58 -05:00
update:demo4
This commit is contained in:
6
com/study/demo4/PaymentProcessor.java
Normal file
6
com/study/demo4/PaymentProcessor.java
Normal file
@@ -0,0 +1,6 @@
|
||||
package com.study.demo4;
|
||||
|
||||
interface PaymentProcessor {
|
||||
boolean pay(double amount);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user