I have an abstract class and two classes which implement this abstract class. Like this:
public abstract class Vehicle { private int index; // get