oppgave: savingsaccount
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package oving7.savingsaccount;
|
||||
|
||||
public interface Account {
|
||||
void deposit(double amount);
|
||||
|
||||
void withdraw(double amount);
|
||||
|
||||
double getBalance();
|
||||
}
|
||||
Reference in New Issue
Block a user