Skip to content
Snippets Groups Projects
Commit 1261923a authored by Mathea Berg Vindsetmo's avatar Mathea Berg Vindsetmo
Browse files

Animal

parent e6135128
Branches
No related tags found
No related merge requests found
package of5_2.kode;
public interface Animal {
String getName();
int getAge();
String makeSound();
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment