Commit a113cb01 authored by charlotte.kerr's avatar charlotte.kerr

Upload New File

parent cf8d8af6
public class Narwhal extends Mammal {
public void Hiss() {
System.out.println("The adder hisses at threats.");
}
public Narwhal(String name) {
this.name = name;
this.diet = "fish";
this.habitat = "ocean";
this.description = "This animal is a narwhal; a large, tusked whale";
this.classification = "Mammal";
}
}
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