In this exercise you will debug a class hierarchy, which consists of the classes Farm, Farmer, Animal, Pig, Sheep and Cow. In this class hierarchy, a Farm object has Animals and a Farmer, while Pigs, Sheeps and Cows are all Animals. (Note that for the purpose of this assignment a Farmer is not an Animal). Look in particular for mistakes in the class declarations and constructors. When these are all fixed, everything should compile correctly, and the main method in the runner_Farm class should produce output as shown in the sample run. You do not need to debug the runner file, so if it does not compile or run correctly then there is at least one error in one of the other files. Do not add main methods to any of the other files, or your code will not be scored correctly.

Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:James Kurose, Keith Ross
Chapter1: Computer Networks And The Internet
Section: Chapter Questions
Problem R1RQ: What is the difference between a host and an end system? List several different types of end...
icon
Related questions
Question
O NOT SUBMITTED
SAVE
SUBMIT
INSTRUCTIONS RUN CODE
GRADING
public class Farm
2- {
CHECK CODE
SCORE O
private Farmer theFarmer;
private Animal firstAnimal;
private Animal secondAnimal;
private Animal thirdAnimal;
4
6
ERROR
7
Sheep.java:7: error: call to super
public Farm(Farmer f, Animal a1, Animal a2, Animal a3)
{
theFarmer = f;
firstAnimal = a1;
9
10 -
must be first statement in
11
constructor
12
super(type);
secondAnimal = a2;
thirdanimal = a3;
}
13
14
15
Animal.java:6: error: constructor
16
Farm in class Farm cannot be
public String tostring()
{
String s = theFarmer + " had a farm.";
S += "\nAnd on that farm he had a
s += "\nAnd on that farm he had a
s += "\nAnd on that farm he had a
17
applied to given types;
{
18 -
19
+ firstAnimal;
+ secondAnimal;
+ thirdAnimal;
20
21
22
required:
return s;
Farmer, Animal,Animal,Animal
23
24
}
found: no arguments
25
}
reason: actual and formal
26
argument lists differ in length
Pig.java:6: error: constructor
Animal in class Animal cannot
be applied to given types;
super();
required: String
STATUS
Transcribed Image Text:O NOT SUBMITTED SAVE SUBMIT INSTRUCTIONS RUN CODE GRADING public class Farm 2- { CHECK CODE SCORE O private Farmer theFarmer; private Animal firstAnimal; private Animal secondAnimal; private Animal thirdAnimal; 4 6 ERROR 7 Sheep.java:7: error: call to super public Farm(Farmer f, Animal a1, Animal a2, Animal a3) { theFarmer = f; firstAnimal = a1; 9 10 - must be first statement in 11 constructor 12 super(type); secondAnimal = a2; thirdanimal = a3; } 13 14 15 Animal.java:6: error: constructor 16 Farm in class Farm cannot be public String tostring() { String s = theFarmer + " had a farm."; S += "\nAnd on that farm he had a s += "\nAnd on that farm he had a s += "\nAnd on that farm he had a 17 applied to given types; { 18 - 19 + firstAnimal; + secondAnimal; + thirdAnimal; 20 21 22 required: return s; Farmer, Animal,Animal,Animal 23 24 } found: no arguments 25 } reason: actual and formal 26 argument lists differ in length Pig.java:6: error: constructor Animal in class Animal cannot be applied to given types; super(); required: String STATUS
In this exercise you will debug a class hierarchy, which consists of the classes Farm, Farmer, Animal, Pig, Sheep and Cow.
In this class hierarchy, a Farm object has Animals and a Farmer, while Pigs, Sheeps and Cows are all Animals. (Note that for
the purpose of this assignment a Farmer is not an Animal).
Look in particular for mistakes in the class declarations and constructors. When these are all fixed, everything should
compile correctly, and the main method in the runner_Farm class should produce output as shown in the sample run. You do
not need to debug the runner file, so if it does not compile or run correctly then there is at least one error in one of the other
files. Do not add main methods to any of the other files, or your code will not be scored correctly.
Sample Run:
First, what's your farmer's forename?
Old
And their surname?
MacDonald
Choose an animal: pig, cow or sheep.
pig
Choose an animal: pig, cow or sheep.
COW
Choose an animal: pig, cow or sheep.
sheep
old MacDonald had a farm.
And on that farm he had a pig (oink oink).
And on that farm he had a cow (moo moo).
And on that farm he had a sheep (baa baa).
Transcribed Image Text:In this exercise you will debug a class hierarchy, which consists of the classes Farm, Farmer, Animal, Pig, Sheep and Cow. In this class hierarchy, a Farm object has Animals and a Farmer, while Pigs, Sheeps and Cows are all Animals. (Note that for the purpose of this assignment a Farmer is not an Animal). Look in particular for mistakes in the class declarations and constructors. When these are all fixed, everything should compile correctly, and the main method in the runner_Farm class should produce output as shown in the sample run. You do not need to debug the runner file, so if it does not compile or run correctly then there is at least one error in one of the other files. Do not add main methods to any of the other files, or your code will not be scored correctly. Sample Run: First, what's your farmer's forename? Old And their surname? MacDonald Choose an animal: pig, cow or sheep. pig Choose an animal: pig, cow or sheep. COW Choose an animal: pig, cow or sheep. sheep old MacDonald had a farm. And on that farm he had a pig (oink oink). And on that farm he had a cow (moo moo). And on that farm he had a sheep (baa baa).
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps with 1 images

Blurred answer
Recommended textbooks for you
Computer Networking: A Top-Down Approach (7th Edi…
Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON
Computer Organization and Design MIPS Edition, Fi…
Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
Network+ Guide to Networks (MindTap Course List)
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
Concepts of Database Management
Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning
Prelude to Programming
Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education
Sc Business Data Communications and Networking, T…
Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY