implement HybridCar class and add inspect for it in VehicleInspector class
This commit is contained in:
@@ -15,7 +15,7 @@ public class SportsCar extends GasCar {
|
||||
|
||||
this.zeroToHundred = zeroToHundred;
|
||||
}
|
||||
|
||||
|
||||
@Override
|
||||
public void showDetails() {
|
||||
super.showDetails();
|
||||
|
||||
Reference in New Issue
Block a user