implement HybridCar class and add inspect for it in VehicleInspector class

This commit is contained in:
2026-04-28 11:32:12 +03:30
parent 13e41f5f21
commit 4cff34b20a
5 changed files with 64 additions and 10 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ public class SportsCar extends GasCar {
this.zeroToHundred = zeroToHundred;
}
@Override
public void showDetails() {
super.showDetails();