Mittwoch lesson
This commit is contained in:
parent
e0efeb82ef
commit
8901dea11b
61 changed files with 663 additions and 0 deletions
3
Code/Steiner/paymentSystemWithInterfaces/src/IPay.java
Normal file
3
Code/Steiner/paymentSystemWithInterfaces/src/IPay.java
Normal file
|
@ -0,0 +1,3 @@
|
|||
public interface IPay {
|
||||
public void pay(double amount);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue