To create the length property, we'll call the superclass constructor.

Call the superclass constructor with super() and pass length as an argument.

Make sure you've added super(length); to your code.