Its basically saying that you need to implement the comparTo method since your interface Car is actually extending another interface called Comparable.

For instance this method could look like...