We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 932419a commit 0488f6bCopy full SHA for 0488f6b
1 file changed
Vehicle.java
@@ -8,6 +8,7 @@ public class Vehicle {
8
public Vehicle(String make, String model) {
9
this.make = make;
10
this.model = model;
11
+ Vehicle.numberOfVehicles++;
12
}
13
14
public String getMake() {
0 commit comments