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

Upload New File

parent cf697b8d
public class Adder extends Reptile {
public void Hiss() {
System.out.println("The adder hisses at threats.");
}
public Adder(String name) {
this.name = name;
this.diet = "small mammals and rodents";
this.habitat = "forest";
this.description = "This animal is an adder; a small venemous snake";
this.classification = "Reptile";
}
}
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