Commit c9a37c42 authored by tahsif.ahmed's avatar tahsif.ahmed

Upload New File

parent ff478c1b
public class reptile extends animal {
reptile(String name, String species, String biome, double weight, double height, String foodType) {
super(name, species, biome, weight, height, foodType);
//TODO Auto-generated constructor stub
}
boolean hasScale = true;
}
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