X911: Writing Constructors 1

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 Answer:

Reset

Practice a different Java exercise

Feedback

Your feedback will appear here when you check your answer.