Please enable JavaScript in your browser!
Kezdőlap
Felfedezés
Súgó
Bejelentkezés
ricardogj08
/
cursos
Figyelés
1
Kedvenc
0
Másolás
0
Fájlok
Problémák
0
Fa:
62668a6b2d
Branch-ok
Tag-ek
master
cursos
/
java
/
java-desde-cero-edteam-2024
/
16-interfaces
/
PaymentMethod.java
PaymentMethod.java
88 B
Előzmények
Nyers
1
2
3
4
5
interface PaymentMethod {
void processPayment(double amount);
void otherMethod();
}