Commit 360b6073 authored by charlotte.kerr's avatar charlotte.kerr

Upload New File

parent c4dd4b13
public class Goldfish extends Fish {
public void Forget() {
System.out.println("The goldfish forgets everything you just said.");
}
public Goldfish (String name) {
this.name = name;
this.diet = "aquatic plants";
this.habitat = "freshwater";
this.description = "This animal is a goldfish; a small freshwater fish";
this.classification = "Fish";
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment