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

of5_2 lf

parent 2f85e21d
No related branches found
No related tags found
No related merge requests found
package of5_2.lf;
public interface Animal extends Comparable<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