public class Car { static int counter; Car(){ counter++; } }