0
/ 50
For this question we will be writing a constructor for a new Jeroo child class called TestingJeroo
public class TestingJeroo extends...
For this question we will be writing a constructor for a new Jeroo child class
called TestingJeroo
public class TestingJeroo extends Jeroo
{
public int age;
}
For this question, create a constructor with no parameters and sets
age
to 0.
Your feedback will appear here when you check your answer.