Animal Interface
parent
800e9b344c
commit
afb4f4b507
@ -0,0 +1,7 @@
|
||||
public interface Animal {
|
||||
|
||||
String animalName();
|
||||
String animalSound();
|
||||
double animalPrice();
|
||||
|
||||
}
|
Loading…
Reference in New Issue