I am having trouble with my Police Officer class, it says its incompatible types. What does that mean? Help Please




public class ParkedCar {

private String make;
private String model;...