Commit 25a44339 authored by harry.sawdon's avatar harry.sawdon

second commit

parent 84365613
......@@ -22,7 +22,7 @@ public class Animal {// defines custom class animal to set up inheritance system
this.Length= length;
this.Description = description;
}
// sets return parameters for each argument
// sets return parameters for each arguments
public String getName() {
return name;
}
......
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